2.2.0 • Published 1 year ago
age-calculator-sm v2.2.0
Calculate Your Age (Day, Month, Year)
This is a package to calculate your age with day, month and year.
Installation
To install this package, first you need node js. Then You need to follow
$ npm i age-calculator-sm
Use Case
import calculateAge from "age-calculator-sm";
console.log(calculateAge("1990-10-25"));