0.7.0 • Published 9 months ago

time-wise v0.7.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 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

9 months ago

0.3.0

9 months ago

0.5.0

9 months ago

0.4.0

9 months ago

0.5.2

9 months ago

0.6.0

9 months ago

0.5.1

9 months ago

0.2.0

9 months ago

0.1.0

9 months ago