UNPKG

@confluentinc/schemaregistry

Version:
12 lines (11 loc) 262 B
/** * Copyright 2020 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * Randomly generates `n` bytes. * * @param n - number of bytes to generate * @returns the random bytes */ export declare function randBytes(n: number): Uint8Array<ArrayBuffer>;