0.7.0 • Published 10 months ago

time-wise v0.7.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

TimeWise

A versatile time management library, featuring utilities for duration, stopwatch, timer, etc.

Installation

Install time-wise using npm:

npm install --save time-wise

Import

  • ES Modules

    import { MILLISECONDS, SECONDS } from "time-wise";
  • CommonJs

    const { MILLISECONDS, SECONDS } = require("time-wise");
  • IIFE/Browser

    • Include the IIFE script in your browser:

      <script src="time-wise.iife.js"></script>
    • Destructure the global object:

      const { MILLISECONDS, SECONDS } = TimeWise;
0.7.0

10 months ago

0.3.0

10 months ago

0.5.0

10 months ago

0.4.0

10 months ago

0.5.2

10 months ago

0.6.0

10 months ago

0.5.1

10 months ago

0.2.0

10 months ago

0.1.0

10 months ago