elearning/Frontend-Learner/node_modules/on-change/source/smart-clone/methods/object.js

9 lines
160 B
JavaScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
export const IMMUTABLE_OBJECT_METHODS = new Set([
'hasOwnProperty',
'isPrototypeOf',
'propertyIsEnumerable',
'toLocaleString',
'toString',
'valueOf',
]);