@mozeyinedu/utils
TypeScript icon, indicating that this package has built-in type declarations

0.0.11 • Public • Published

utils

Installation

npm i @mozeyinedu/utils

Usage

    const utils = require('@mozeyinedu/utils).default;
    console.log(utils.hasExpired(createdAt, expiredIn)) // returns true or false

    // expiredIn:number => is the millisecond of the expiration time
    // createdAt:string => is the string date of creation

    

/@mozeyinedu/utils/

    Package Sidebar

    Install

    npm i @mozeyinedu/utils

    Weekly Downloads

    1

    Version

    0.0.11

    License

    ISC

    Unpacked Size

    3.63 kB

    Total Files

    14

    Last publish

    Collaborators

    • mozeyinedu