UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

7 lines (6 loc) 137 B
/** * Get length of string in bytes * @param str * @returns size in bytes */ export declare const byteSize: (str: string) => number;