biofriction-wp-theme/node_modules/rxjs/util/isFunction.d.ts

2 lines
59 B
TypeScript

export declare function isFunction(x: any): x is Function;