ethers.js/docs/v5/api/utils/properties/README.md
2020-07-03 01:54:56 -04:00

34 lines
534 B
Markdown

-----
Documentation: [html](https://docs.ethers.io/)
-----
Property Utilities
==================
#### *ethers* . *utils* . **checkProperties**( ) => *void*
#### *ethers* . *utils* . **deepCopy**( anObject ) => *any*
#### *ethers* . *utils* . **defineReadOnly**( anObject , name , value ) => *void*
#### *ethers* . *utils* . **getStatic**( aConstructor , key ) => *any*
#### *ethers* . *utils* . **resolveProperties**( anObject ) => *Promise< any >*
#### *ethers* . *utils* . **shallowCopy**( anObject ) => *any*