1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-02 20:00:05 +02:00
Files
minifyfromhtml/node_modules/browser-process-hrtime/index.d.ts
2020-07-20 16:16:07 +02:00

5 lines
125 B
TypeScript

declare module "browser-process-hrtime" {
function hrtime(time?: [number, number]): [number, number];
export = hrtime;
}