34 lines
534 B
Markdown
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*
|
|
|
|
|
|
|