DEP0054:util.isPrimitive()


类型:生命结束

¥Type: End-of-Life

util.isPrimitive() API 已被删除。请改用 arg === null || (typeof arg !=='object' && typeof arg !== 'function')

¥The util.isPrimitive() API has been removed. Please use arg === null || (typeof arg !=='object' && typeof arg !== 'function') instead.