makeByteArrayLiteral
export function makeByteArrayLiteral(
bytes: BytesLike,
site: Site
): ByteArrayLiteral
Arguments
Name | Type | Description |
---|---|---|
bytes | BytesLike | Anything that can be converted to number[] |
site | Site | Defaults to a dummy site |
Return value
ByteArrayLiteral