@hugoalh/bytes-matcher@0.1.1Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
A module to determine whether the bytes is match the specify signature.
This package works with Deno
JSR Score
94%
Published
7 months ago (0.1.1)
c
default
Magic bytes matcher to determine whether the bytes is match the specify magic bytes.
c
MagicBytesMatcher
Magic bytes matcher to determine whether the bytes is match the specify magic bytes.
I
MagicBytesMeta
Meta of the magic bytes.
I
MagicBytesMetaExtend
Meta of the magic bytes with extend information.
T
MagicBytesMetaCategory
Category of the magic bytes.
T
MagicBytesMetaWithWeight
Meta of the magic bytes with weight.
Add Package
deno add jsr:@hugoalh/bytes-matcher
Import symbol
import * as mod from "@hugoalh/bytes-matcher/magic-bytes";
---- OR ----
Import directly with a jsr specifier
import * as mod from "jsr:@hugoalh/bytes-matcher/magic-bytes";