mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-06-25 14:11:16 +00:00
chore: update to version 14.0.11 and align website URLs
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* @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;
|
||||
Reference in New Issue
Block a user