mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Add precise definitions and tests.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/// <reference path="precise.d.ts" />
|
||||
|
||||
import precise = require("precise");
|
||||
|
||||
var timer = precise().start();
|
||||
|
||||
setTimeout(function () {
|
||||
console.log(timer.stop().diff());
|
||||
}, 1000);
|
||||
Reference in New Issue
Block a user