DefinitelyTyped/types/chunk-text/index.d.ts
2019-07-09 17:25:12 -07:00

9 lines
308 B
TypeScript

// Type definitions for chunk-text 1.0
// Project: https://github.com/algolia/chunk-text
// Definitions by: Malo Bourgon <https://github.com/malob>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = chunkText;
declare function chunkText(text: string, chunkSize: number): string[];