mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-29 17:08:21 +08:00
8 lines
141 B
TypeScript
8 lines
141 B
TypeScript
|
|
import precise = require("precise");
|
|
|
|
var timer = precise().start();
|
|
|
|
setTimeout(function () {
|
|
console.log(timer.stop().diff());
|
|
}, 1000); |