/** * Returns `true` if the provided value represents a function. * @param v Arbitrary value. */ export declare function isFunction(v?: any): boolean; //# sourceMappingURL=is-function.d.ts.map