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

2 lines
78 B
TypeScript

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