mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-23 21:35:37 +08:00
7 lines
182 B
TypeScript
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() |