mirror of
https://github.com/sstent/aicyclingcoach-go.git
synced 2026-01-26 17:12:23 +00: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;
|
|
}
|