@seedalpha/timestamp
v1.0.10
Published
Always° Unique timestamps
Downloads
2
Keywords
Readme
timestamp
Always° Unique timestamps
° – capable of generating 99,999,999 unique timestamps per millisecond
Installation
$ npm install git+ssh://[email protected]:seedalpha/timestamp.git
Usage
var timestamp = require('timestamp');
var now = timestamp(); # "1408341562413"
var now2 = timestamp(); # "1408341562413.00000001"
Author
Vladimir Popov [email protected]
License
MIT