Skip to content

Instantly share code, notes, and snippets.

@jatovar
Created March 21, 2018 18:09
Show Gist options
  • Save jatovar/4b2b9f9d431d1c5eb90e4aa452fd4610 to your computer and use it in GitHub Desktop.
Save jatovar/4b2b9f9d431d1c5eb90e4aa452fd4610 to your computer and use it in GitHub Desktop.
Typings for cldr-data and devextreme
// This file contains ambient module declarations
declare module 'globalize' {
const value: any;
export = value;
}
declare module 'cldr-data/*' {
const value: any;
export = value;
}
declare module 'devextreme/localization/messages/*' {
const value: any;
export = value;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment