fix: Resolve TypeScript errors
Signed-off-by: Hermes Agent <hermes@nosuchhost>
This commit is contained in:
4
client/node_modules/lib0/webcrypto.node.js
generated
vendored
Normal file
4
client/node_modules/lib0/webcrypto.node.js
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import { webcrypto } from 'node:crypto'
|
||||
|
||||
export const subtle = /** @type {any} */ (webcrypto).subtle
|
||||
export const getRandomValues = /** @type {any} */ (webcrypto).getRandomValues.bind(webcrypto)
|
||||
Reference in New Issue
Block a user