We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e60c87 commit 0798fafCopy full SHA for 0798faf
src/lib/esnext.intl.d.ts
@@ -1,3 +1,6 @@
1
declare namespace Intl {
2
- // Empty for now
+
3
+ interface DateTimeFormat {
4
+ formatRange(startName: Date, endNumber: Date): string;
5
+ }
6
}
0 commit comments