mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+2
-2
@@ -17,8 +17,8 @@ declare module 'Squire' {
|
||||
run(dependencies: string[], test: Function): (done: Function) => void;
|
||||
}
|
||||
|
||||
module Squire {
|
||||
module Helpers {
|
||||
namespace Squire {
|
||||
namespace Helpers {
|
||||
export function returns<T>(what: T): () => T;
|
||||
export function constructs<T>(what: T): () => (() => T);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user