UNPKG

nau

Version:

Get the current timestamp as an integer

26 lines (16 loc) 331 B
# nau Get the current timestamp as an integer ## Install ```sh $ npm install --save nau ``` ## Example ```js var nau = require('nau'); console.log(nau()); // -> 1457973486457 ``` #### `require('nau')` **Returns**: Returns current timestamp as an integer ## License © 2016 vikram. MIT License