(string: string)
| 79 | interface Uint8ArrayConstructor { |
| 80 | fromBase64(base64: string, options?: FromBase64Options): Uint8Array; |
| 81 | fromHex(string: string): Uint8Array; |
| 82 | } |
| 83 | |
| 84 | interface BigIntConstructor { |
no outgoing calls
no test coverage detected