UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

5 lines (4 loc) 140 B
export default function fastChunkString(str: string, { size, unicodeAware, }: { size: number; unicodeAware?: boolean; }): string[];