初始化
This commit is contained in:
12
uni_modules/UniDevTools/node_modules/licia/hookFn.d.ts
generated
vendored
Normal file
12
uni_modules/UniDevTools/node_modules/licia/hookFn.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import types = require('./types');
|
||||
|
||||
declare function hookFn<T>(
|
||||
fn: T,
|
||||
options: {
|
||||
before?: types.AnyFn;
|
||||
after?: types.AnyFn;
|
||||
error?: types.AnyFn;
|
||||
}
|
||||
): T;
|
||||
|
||||
export = hookFn;
|
||||
Reference in New Issue
Block a user