immutable-object
immutable-object copied to clipboard
Make `__isImmutableObject__` flag not enumerable
trafficstars
This changes ImmutableObject.prototype.__isImmutableObject__ to be defined as a non-enumerable property of the ImmutableObject prototype instead of being defined by assignment (which results in an enumerable property).