DefinitelyTyped/types/microtime/microtime-tests.ts
2017-05-11 13:46:16 +02:00

8 lines
187 B
TypeScript

import * as microtime from "microtime";
const nowInteger: number = microtime.now();
const nowDouble: number = microtime.nowDouble();
const nowStruct: number[] = microtime.nowStruct();