mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+1
-1
@@ -3,7 +3,7 @@
|
||||
// Definitions by: Gia Bảo @ Sân Đình <https://github.com/giabao>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare module YUITest {
|
||||
declare namespace YUITest {
|
||||
interface YUITestStatic{
|
||||
Assert: IAssert
|
||||
Case: TestCase
|
||||
|
||||
Vendored
+1
-1
@@ -17,7 +17,7 @@ interface YUI{
|
||||
mix(receiver: Object, supplier: Object, overwrite?: boolean, whitelist?: string[], mode?: number, merge?: boolean): any//Function|Object|YUI
|
||||
}
|
||||
|
||||
declare module Y{
|
||||
declare namespace Y{
|
||||
interface IConfig{
|
||||
requires: string[]
|
||||
optional: string[]
|
||||
|
||||
Reference in New Issue
Block a user