0.0.1 • Published 4 years ago

@cdjs/js-time v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

js-math

A lightweight Javascript time format library.

Installing

npm install @cdjs/js-time
// or
yarn add @cdjs/js-time

Usage

// es6 module
import jsTime from '@cdjs/js-time'
// commonjs
const { default: jsTime } = require('@cdjs/js-time')

Documentation

How to use