UNPKG

@kobakazu0429/wasmer-wasi

Version:

Isomorphic Javascript library for interacting with WASI Modules in Node.js and the Browser. 📚

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