UNPKG

@polkadot/util

Version:
8 lines (7 loc) 234 B
/** * @name isRiscV * @summary Tests if the input has a RISC-V header * @description * Checks to see if the input Uint8Array contains a valid RISC-V header */ export declare function isRiscV(bytes: unknown): bytes is Uint8Array;