/** 是否为函数类型 */ export declare function isFun(func: any): func is Function; //# sourceMappingURL=isFunction.d.ts.map