mirror of
https://github.com/danbulant/jose
synced 2026-05-24 20:41:46 +00:00
3 lines
130 B
TypeScript
3 lines
130 B
TypeScript
import type { GetRandomValuesFunction } from './interfaces.d'
|
|
declare const random: GetRandomValuesFunction
|
|
export default random
|