interface MagicBytesMetaExtend
extends MagicBytesMeta
A module to determine whether the bytes is match the specify signature.
Add Package
deno add jsr:@hugoalh/bytes-matcher
Import symbol
import { type MagicBytesMetaExtend } from "@hugoalh/bytes-matcher/magic-bytes";
---- OR ----
Import directly with a jsr specifier
import { type MagicBytesMetaExtend } from "jsr:@hugoalh/bytes-matcher/magic-bytes";