3 lines
140 B
TypeScript
3 lines
140 B
TypeScript
|
declare const getBigIntHrtime: (nativeHrtime: Function) => (time?: [number, number] | undefined) => bigint;
|
||
|
export default getBigIntHrtime;
|