0.0.1 • Published 1 year ago

simple-date-helpers v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

#Installation

$ npm install simple-date-helpers

#Usage

import { formatDate } from "simple-date-helpers";

#Example

import { isToday } from "simple-date-helpers";

console.log(isToday()); // true;
0.0.1

1 year ago