mirror of
https://gitee.com/dgflash/oops-framework.git
synced 2026-05-31 18:59:19 +08:00
3 lines
167 B
JavaScript
3 lines
167 B
JavaScript
// eslint-disable-next-line @typescript-eslint/ban-types
|
|
export const isObject = (value) => value !== null && typeof value === 'object';
|
|
//# sourceMappingURL=is.js.map
|