age-calculator-sm
v2.2.0
Published
You can calculate your age by providing just your birth date
Downloads
7
Maintainers
Readme
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"));