Const
alias for Object.seal.
Object.seal
Prevents the modification of attributes of existing properties, and prevents the addition of new properties.
Object on which to lock the attributes.
alias for
Object.seal
.