UNPKG

@whitesev/utils

Version:

一个常用的工具库

7 lines (6 loc) 147 B
export function AjaxHooker(): { hook: (fn: any) => number; filter: (arr: any) => void; protect: () => void; unhook: () => void; };