mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Merge pull request #23537 from joelshepherd/master
luxon: Fixing incorrect property name
This commit is contained in:
Vendored
+1
-1
@@ -287,7 +287,7 @@ declare module 'luxon' {
|
||||
type Features = {
|
||||
intl: boolean;
|
||||
intlTokens: boolean;
|
||||
timezones: boolean;
|
||||
zones: boolean;
|
||||
};
|
||||
|
||||
namespace Info {
|
||||
|
||||
@@ -78,6 +78,9 @@ i.toString();
|
||||
/* Info */
|
||||
Info.months();
|
||||
Info.weekdays('long');
|
||||
Info.features().intl;
|
||||
Info.features().intlTokens;
|
||||
Info.features().zones;
|
||||
|
||||
/* Settings */
|
||||
Settings.defaultLocale;
|
||||
|
||||
Reference in New Issue
Block a user