4 lines
66 B
TypeScript
4 lines
66 B
TypeScript
|
declare function isFn(val: any): val is Function;
|
||
|
|
||
|
export = isFn;
|