Skip to content

Commit

Permalink
fix: remove fractionalSecondDigits from es2020.intl.d.ts
Browse files Browse the repository at this point in the history
fractionalSecondDigits is in ES2021 (unpublished), not ES2020
  • Loading branch information
longlho authored Feb 24, 2021
1 parent 5f5437a commit 3a31bd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/es2020.intl.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,5 @@ declare namespace Intl {
dayPeriod?: "narrow" | "short" | "long";
numberingSystem?: string;
hourCycle?: "h11" | "h12" | "h23" | "h24";
fractionalSecondDigits?: 0 | 1 | 2 | 3;
}
}

0 comments on commit 3a31bd4

Please sign in to comment.