chore: ignore type errors for node's webcrypto

This commit is contained in:
Filip Skokan 2022-04-08 15:55:20 +02:00
parent de56117a4e
commit 263cc0cf58

View file

@ -1,7 +1,7 @@
import * as crypto from 'crypto'
import * as util from 'util'
// @ts-expect-error
// @ts-ignore
const webcrypto = <Crypto>crypto.webcrypto
export default webcrypto