years(years: number): Milliseconds
Converts years to milliseconds. This is shorthand for the following:
Duration.years(years as Years).toMilliseconds();
years(years: number): Milliseconds
Converts years to milliseconds. This is shorthand for the following:
Duration.years(years as Years).toMilliseconds();
import { years } from ".";