UNPKG

telefunc

Version:

Remote functions. Instead of API.

3 lines (2 loc) 104 B
export { isCallable }; declare function isCallable<T extends Function>(thing: T | unknown): thing is T;