UNPKG
@shelf/fast-chunk-string
Version:
latest (4.1.0)
4.1.0
4.0.0
3.0.0
2.0.0
1.2.0
1.1.1
1.1.0
Chunk string into equal substrings with unicode support
shelfio/fast-chunk-string
@shelf/fast-chunk-string
/
lib
/
index.d.ts
6 lines
•
200 B
TypeScript
View Raw
1
2
3
4
5
6
declare
function
fastChunkString
(
str
:
string
, { size, unicodeAware, }: { size:
number
; unicodeAware?:
boolean
; }
):
string
[];
export
default
fastChunkString;
//# sourceMappingURL=index.d.ts.map