mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-06 06:48:24 -04:00
5 lines
125 B
TypeScript
5 lines
125 B
TypeScript
declare module "browser-process-hrtime" {
|
|
function hrtime(time?: [number, number]): [number, number];
|
|
export = hrtime;
|
|
}
|