UNPKG

pegisland

Version:

General PEG-based parser supporting island grammars with lake symbols

3 lines 163 B
export declare function measure<T>(f: () => T): [T, number]; export declare function getValue<T, U>(map: Map<T, U>, key: T): U; //# sourceMappingURL=utils.d.ts.map