Skip to main content

Built and signed on GitHub Actions

A module to determine whether the bytes is match the specify signature.

This package works with Deno
This package works with Deno
JSR Score
94%
Published
6 months ago (0.1.1)
interface MagicBytesMetaExtend

Meta of the magic bytes with extend information.

Properties

Weight of the magic bytes.

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";