Files
DefinitelyTyped/types/microtime/microtime-tests.ts
2017-05-11 13:22:34 +02:00

7 lines
182 B
TypeScript

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