ms-constants

1.0.2 • Public • Published

ms-constants

Semantic enumeration values in milliseconds.

Installation

npm install --save ms-constants

Usage

import { ONE_SECOND } from 'ms-constants'
setTimeout(() => {
  conosle.log('log after 3s')
}, 3 * ONE_SECOND)

Readme

Keywords

Package Sidebar

Install

npm i ms-constants

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

1.53 kB

Total Files

5

Last publish

Collaborators

  • suyu17