File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ export type {
9595 CompactJWSHeaderParameters ,
9696 JWTHeaderParameters ,
9797 JSONWebKeySet ,
98+ CryptoRuntime ,
9899} from './types.d'
99100
100- export { default as cryptoRuntime } from './runtime /runtime.js'
101+ export { default as cryptoRuntime } from './util /runtime.js'
Original file line number Diff line number Diff line change 1- import { CryptoRuntime } from '../../types.d'
2-
3- export default 'WebCryptoAPI' as CryptoRuntime
1+ export default 'WebCryptoAPI'
Original file line number Diff line number Diff line change 1- import { CryptoRuntime } from '../../types.d'
2-
3- export default 'node:crypto' as CryptoRuntime
1+ export default 'node:crypto'
Original file line number Diff line number Diff line change 1+ import value from '../runtime/runtime.js'
2+ import type { CryptoRuntime } from '../types.d'
3+ export default value as CryptoRuntime
You can’t perform that action at this time.
0 commit comments