JSPM

nau

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q50219F
  • License ISC

Get the current timestamp as an integer

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 nau

Example

var nau = require('nau');

console.log(nau());
// -> 1457973486457

require('nau')

Returns: Returns current timestamp as an integer

License

© 2016 vikram. MIT License