File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ export type {
95
95
CompactJWSHeaderParameters ,
96
96
JWTHeaderParameters ,
97
97
JSONWebKeySet ,
98
+ CryptoRuntime ,
98
99
} from './types.d'
99
100
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