UNPKG

rxjs

Version:

Reactive Extensions for modern JavaScript

7 lines 227 B
/** @prettier */ /** * Returns true if the object is a function. * @param value The value to check */ export declare function isFunction(value: any): value is (...args: any[]) => any; //# sourceMappingURL=isFunction.d.ts.map