mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-12 12:10:44 +08:00
replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped
This commit is contained in:
@@ -5,7 +5,7 @@ import hooker = require('hooker');
|
||||
// Type definitions for JavaScript Hooker v0.2.3
|
||||
// Project: https://github.com/cowboy/javascript-hooker
|
||||
// Definitions by: Michael Zabka <https://github.com/misak113/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
function tests() {
|
||||
var objectToHook: any = {
|
||||
hello: 'world'
|
||||
|
||||
Vendored
+1
-1
@@ -1,7 +1,7 @@
|
||||
// Type definitions for JavaScript Hooker v0.2.3
|
||||
// Project: https://github.com/cowboy/javascript-hooker
|
||||
// Definitions by: Michael Zabka <https://github.com/misak113/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
|
||||
declare type HookerPostHookFunction = (result: any, ...args: any[]) => IHookerPostHookResult|void;
|
||||
|
||||
Reference in New Issue
Block a user