@technobuddha > library > Time > Year
Type Alias: LeapYearOptions
ts
type LeapYearOptions = {
utc?: boolean;
};Defined in: is-leap-year.ts:6
Options for the isLeapYear function
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
utc? | boolean | Use the utc timezone | src/is-leap-year.ts:8 |