Installation
npm install --save @types/fast-chunk-string
Summary
This package contains type definitions for fast-chunk-string (https://github.com/vladgolubev/fast-chunk-string#readme).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fast-chunk-string.
index.d.ts
interface Options {
size: number;
unicodeAware?: boolean | undefined;
}
declare function fastChunkString(str: string, options: Options): string[];
export = fastChunkString;
Additional Details
- Last updated: Tue, 07 Nov 2023 0337 GMT
- Dependencies: none
Credits
These definitions were written by Junxiao Shi.