mirror of
https://github.com/danbulant/jose
synced 2026-05-19 04:18:52 +00:00
chore: ignore type errors for node's webcrypto
This commit is contained in:
parent
de56117a4e
commit
263cc0cf58
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue