1.0.3 • Published 7 months ago

@types/fast-chunk-string v1.0.3

Weekly downloads
14
License
MIT
Repository
github
Last release
7 months ago

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

// Type definitions for fast-chunk-string 1.0
// Project: https://github.com/vladgolubev/fast-chunk-string#readme
// Definitions by: Junxiao Shi <https://github.com/yoursunny>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

interface Options {
    size: number;
    unicodeAware?: boolean | undefined;
}

declare function fastChunkString(str: string, options: Options): string[];

export = fastChunkString;

Additional Details

  • Last updated: Thu, 08 Jul 2021 12:01:28 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Junxiao Shi.