UNPKG

telefunc

Version:

Remote functions. Instead of API.

3 lines (2 loc) 107 B
export { isObject }; declare function isObject(value: unknown): value is Record<string | symbol, unknown>;