Files
2026-01-16 02:20:32 +00:00

2 lines
65 B
TypeScript

export function random<T = Buffer | Uint8Array>(len: number): T;