Merge pull request #23537 from joelshepherd/master

luxon: Fixing incorrect property name
This commit is contained in:
Daniel Rosenwasser
2018-02-09 23:51:44 -08:00
committed by GitHub
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -287,7 +287,7 @@ declare module 'luxon' {
type Features = {
intl: boolean;
intlTokens: boolean;
timezones: boolean;
zones: boolean;
};
namespace Info {
+3
View File
@@ -78,6 +78,9 @@ i.toString();
/* Info */
Info.months();
Info.weekdays('long');
Info.features().intl;
Info.features().intlTokens;
Info.features().zones;
/* Settings */
Settings.defaultLocale;