@f/timestamp

1.0.0 • Public • Published

timestamp

Build status Git tag NPM version Code style

Get the current timestamp in milliseconds. Provides a more semantic and consistent interface than +new Date() and other weird js idioms.

Installation

$ npm install @f/timestamp

Usage

var timestamp = require('@f/timestamp')

timestamp() === new Date().getTime()
timestamp() === +new Date

API

timestamp()

Returns: The current timestamp in milliseconds.

License

MIT

/@f/timestamp/

    Package Sidebar

    Install

    npm i @f/timestamp

    Weekly Downloads

    14,385

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • f