1.0.10 • Published 4 years ago

@seedalpha/timestamp v1.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

timestamp

Always° Unique timestamps

° – capable of generating 99,999,999 unique timestamps per millisecond

Installation

$ npm install git+ssh://git@github.com:seedalpha/timestamp.git

Usage

var timestamp = require('timestamp');

var now = timestamp();  # "1408341562413"
var now2 = timestamp(); # "1408341562413.00000001"

Author

Vladimir Popov vlad@seedalpha.net

License

MIT