joooye34 / ms-constants

Semantic enumeration values in milliseconds.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Semantic enumeration values in milliseconds.

License:MIT License


Languages

Language:TypeScript 100.0%