UNPKG

telefunc

Version:

Remote functions. Instead of API.

4 lines (3 loc) 140 B
export { isPlainObject }; type PlainObject = Record<string, unknown>; declare function isPlainObject(value: unknown): value is PlainObject;