securityos/node_modules/@wasmer/wasi/lib/polyfills/hrtime.bigint.d.ts

3 lines
140 B
TypeScript
Raw Normal View History

2024-09-06 15:32:35 +00:00
declare const getBigIntHrtime: (nativeHrtime: Function) => (time?: [number, number] | undefined) => bigint;
export default getBigIntHrtime;