UNPKG

@lodestar/flare

Version:
5 lines 189 B
/** * Parse string inclusive range: `0..32`, into an array of all values in that range */ export declare function parseRange(range: string): number[]; //# sourceMappingURL=format.d.ts.map