UNPKG

167 BJavaScriptView Raw
1// eslint-disable-next-line @typescript-eslint/ban-types
2export const isObject = (value) => value !== null && typeof value === 'object';
3//# sourceMappingURL=is.js.map
\No newline at end of file