ethers.js/docs.wrm/api/utils/properties.wrm

10 lines
426 B
Plaintext
Raw Normal View History

2020-02-01 11:39:21 +03:00
_section: Property Utilities
2020-04-17 05:25:05 +03:00
_property: ethers.utils.checkProperties() => void
2020-02-01 11:39:21 +03:00
2020-02-18 01:56:13 +03:00
_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