mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-24 13:00:46 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+1
-1
@@ -5,7 +5,7 @@
|
||||
|
||||
// The definition file for event module.
|
||||
|
||||
declare module cldr {
|
||||
declare namespace cldr {
|
||||
interface CldrStatic {
|
||||
on(event:string, listener:(path:string, value:any) => void): void;
|
||||
once(event:string, listener:(path:string, value:any) => void): void;
|
||||
|
||||
Vendored
+1
-1
@@ -5,7 +5,7 @@
|
||||
|
||||
// The definition file for supplemental module.
|
||||
|
||||
declare module cldr {
|
||||
declare namespace cldr {
|
||||
interface TimeDataStatic {
|
||||
allowed(): string;
|
||||
preferred(): string;
|
||||
|
||||
Vendored
+1
-1
@@ -3,7 +3,7 @@
|
||||
// Definitions by: Raman But-Husaim <https://github.com/RamanBut-Husaim>, Grégoire Castre <https://github.com/gcastre/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare module cldr {
|
||||
declare namespace cldr {
|
||||
/**
|
||||
* @name Attributes
|
||||
* @memberof cldr
|
||||
|
||||
Reference in New Issue
Block a user