Skip to content

@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

PropertyTypeDescriptionDefined in
utc?booleanUse the utc timezonesrc/is-leap-year.ts:8