npm.io
1.0.3 • Published 2 years ago

@types/fast-chunk-string

Licence
MIT
Version
1.0.3
Deps
0
Size
3 kB
Vulns
0
Weekly
0
Stars
51.3K

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.