UNPKG

locutus

Version:

Locutus other languages' standard libraries to JavaScript for fun and educational purposes

4 lines (3 loc) 148 B
type UnpackResult = Record<string, number | string>; export declare function unpack(format: string, data: string): UnpackResult | false; export {};