Property descriptors
Property descriptors are standard JavaScript property descriptors. They are applied last thing when an object instance is being created. See more info in stamp internals.
The code above adds some more metadata to the Key
stamp. It protects the key
property from overwrites
Other ways to add property descriptors
Exactly the same stamp can be created in few ways. Here they all are.
Last updated