UNPKG

272 BTypeScriptView Raw
1export declare function identity<T>(v: T): T;
2export declare function enforceLF(str: string): string;
3export declare function dropWhile<T>(array: readonly T[], predicate?: (item: T) => boolean): T[];
4export declare function formatHrTime(hrtime: [number, number]): string;