ethers.js/docs.wrm/api/utils/properties.wrm
2020-04-16 22:25:05 -04:00

10 lines
426 B
Plaintext

_section: Property Utilities
_property: ethers.utils.checkProperties() => void
_property: ethers.utils.deepCopy(anObject) => any
_property: ethers.utils.defineReadOnly(anObject, name, value) => void
_property: ethers.utils.getStatic(aConstructor, key) => any
_property: ethers.utils.resolveProperties(anObject) => Promise<any> @<utils-resolveproperties> @SRC<properties>
_property: ethers.utils.shallowCopy(anObject) => any