DEP0053:util.isObject()


类型:生命结束

¥Type: End-of-Life

util.isObject() API 已被删除。请改用 arg && typeof arg === 'object'

¥The util.isObject() API has been removed. Please use arg && typeof arg === 'object' instead.

可自动迁移 (source):

¥An automated migration is available (source):

npx codemod@latest @nodejs/util-is