UNPKG

vue-rest-hooks

Version:

typescript restfull-api reactive @vue/composition-api

3 lines (2 loc) 94 B
export const isObject = (obj: unknown): boolean => null !== obj && "object" === typeof obj;