Skip to content

Commit

Permalink
[@types/luxon] Add Info.normalizeZone.
Browse files Browse the repository at this point in the history
This was added in [v1.10](https://github.com/moment/luxon/blob/master/changelog.md#1100).
It was added as part of [this PR](moment/luxon#404).
  • Loading branch information
mastermatt committed Jan 20, 2019
1 parent 392b1a8 commit 1927448
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/luxon/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ export namespace Info {
function features(): Features;
function hasDST(zone: string | Zone): boolean;
function isValidIANAZone(zone: string): boolean;
function normalizeZone(input?: number | string | Zone): Zone;
function meridiems(options?: InfoOptions): string[];
function months(length?: UnitLength, options?: UnitOptions): string[];
function monthsFormat(length?: UnitLength, options?: UnitOptions): string[];
Expand Down

0 comments on commit 1927448

Please sign in to comment.