@seedalpha/timestamp

Always° Unique timestamps

Usage no npm install needed!

<script type="module">
  import seedalphaTimestamp from 'https://cdn.skypack.dev/@seedalpha/timestamp';
</script>

README

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