mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
11 lines
319 B
TypeScript
11 lines
319 B
TypeScript
// Type definitions for Cldr.js 0.4.4
|
|
// Project: https://github.com/rxaviers/cldrjs
|
|
// Definitions by: Raman But-Husaim <https://github.com/RamanBut-Husaim>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
// The definition file for event module.
|
|
|
|
declare module "cldr/event" {
|
|
export = Cldr;
|
|
}
|