elearning/Frontend-Learner/node_modules/on-change/source/smart-clone/methods/object.js
2026-01-13 10:48:02 +07:00

8 lines
160 B
JavaScript

export const IMMUTABLE_OBJECT_METHODS = new Set([
'hasOwnProperty',
'isPrototypeOf',
'propertyIsEnumerable',
'toLocaleString',
'toString',
'valueOf',
]);