UNPKG

234 BTypeScriptView Raw
1/**
2 * @name isRiscV
3 * @summary Tests if the input has a RISC-V header
4 * @description
5 * Checks to see if the input Uint8Array contains a valid RISC-V header
6 */
7export declare function isRiscV(bytes: unknown): bytes is Uint8Array;