Package Exports
- nau
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (nau) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
nau
Get the current timestamp as an integer
Install
$ npm install --save nauExample
var nau = require('nau');
console.log(nau());
// -> 1457973486457require('nau')
Returns: Returns current timestamp as an integer
License
© 2016 vikram. MIT License