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