/** * Assert is function */ export declare const isFunc: (arg: any) => arg is T; //# sourceMappingURL=is.d.ts.map