mirror of
https://github.com/danbulant/jose
synced 2026-05-22 05:49:01 +00:00
refactor: src/runtime/node/random.ts
This commit is contained in:
parent
18f9d41ee1
commit
d76bc2ce24
1 changed files with 1 additions and 3 deletions
|
|
@ -1,3 +1 @@
|
|||
import { randomFillSync } from 'crypto'
|
||||
|
||||
export default randomFillSync
|
||||
export { randomFillSync as default } from 'crypto'
|
||||
|
|
|
|||
Loading…
Reference in a new issue