UNPKG

telefunc

Version:

Remote functions. Instead of API.

5 lines (4 loc) 123 B
export { isCallable }; function isCallable(thing) { return thing instanceof Function || typeof thing === 'function'; }