(arr: Uint8Array)
| 50 | globalThis.crypto = { |
| 51 | // @ts-ignore |
| 52 | getRandomValues(arr: Uint8Array) { |
| 53 | return randomBytes(arr.length) |
| 54 | }, |
| 55 | // @ts-ignore |
| 56 | subtle: { |
| 57 | // @ts-ignore |
nothing calls this directly
no outgoing calls
no test coverage detected