mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-06 08:58:26 -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;
|
||
|
|
}
|