mirror of
https://github.com/danbulant/jose
synced 2026-05-20 21:08:44 +00:00
4 lines
122 B
JavaScript
4 lines
122 B
JavaScript
import runtimeRandom from '../runtime/random.js';
|
|
const random = runtimeRandom;
|
|
export { random };
|
|
export default random;
|