// This entry point should only be used if no other build condition match. export function randomBytes(length) { return new Uint8Array([8, 9, 10, 11, 12, 13]); }