vvakame
2016-03-17 00:55:26 +09:00
parent 2f47c75835
commit 56295f5058
1783 changed files with 1810 additions and 1810 deletions
+1 -1
View File
@@ -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'
+1 -1
View File
@@ -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;