oak-domain/lib/utils/random/random.mp.d.ts

2 lines
91 B
TypeScript

export declare function getRandomValues(length: number): Promise<Uint8Array<ArrayBuffer>>;