refactor: src/runtime/node/random.ts

This commit is contained in:
Filip Skokan 2021-10-11 18:55:10 +02:00
parent 18f9d41ee1
commit d76bc2ce24
No known key found for this signature in database
GPG key ID: C9DB1BC7AF2D8D97

View file

@ -1,3 +1 @@
import { randomFillSync } from 'crypto'
export default randomFillSync
export { randomFillSync as default } from 'crypto'