/** * @import { BytesLike } from "@helios-lang/codec-utils" * @import { ByteArrayLiteral, Site, Token } from "../index.js" */ /** * @param {BytesLike} bytes * Anything that can be converted to `number[]` * * @param {Site} site * Defaults to a dummy site * * @returns {ByteArrayLiteral} */ export function makeByteArrayLiteral(bytes: BytesLike, site?: Site): ByteArrayLiteral; import type { BytesLike } from "@helios-lang/codec-utils"; import type { Site } from "../index.js"; import type { ByteArrayLiteral } from "../index.js"; //# sourceMappingURL=ByteArrayLiteral.d.ts.map