4 lines
No EOL
108 B
JavaScript
Executable file
4 lines
No EOL
108 B
JavaScript
Executable file
export function isFunction(x) {
|
|
return typeof x === 'function';
|
|
}
|
|
//# sourceMappingURL=isFunction.js.map
|