UNPKG

@benev/slate

Version:
8 lines (5 loc) 111 B
export const Bytes = { random(count: number) { return crypto.getRandomValues(new Uint8Array(count)) }, }