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

10 lines
426 B
Plaintext
Raw Permalink Normal View History

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