@mozeyinedu/utils
v0.0.11
Published
## Installation `npm i @mozeyinedu/utils`
Readme
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
