UNPKG

telefunc

Version:

Remote functions. Instead of API.

5 lines (4 loc) 106 B
export { isObject }; function isObject(value) { return typeof value === 'object' && value !== null; }