Documentation / Exports / @medici/utils
▸ getGlobalObject<T
>(): T
Name |
---|
T |
T
utils/src/global.ts:3
▸ hook(_this
, method
, callback
): (...args
: any
[]) => any
Name | Type |
---|---|
_this |
any |
method |
string |
callback |
CallbackType |
fn
▸ (...args
): any
Name | Type |
---|---|
...args |
any [] |
any
utils/src/hook.ts:3