UNPKG

age-calculator-utils

Version:

Simple age calculation utility for JavaScript/TypeScript

3 lines (2 loc) 124 B
export { calculateAge, getDaysInMonth, isLeapYear } from './calculateAge'; export type { AgeResult } from './calculateAge';