is-zst

1.0.0 • Public • Published

is-zst

Check if a buffer is zst compressed.

Usage

const fs = require('fs');
const isZst = require('is-zst');
 
isZst(fs.readFileSync('foo.tar.zst'));
//=> true

/is-zst/

    Package Sidebar

    Install

    npm i is-zst

    Weekly Downloads

    34,043

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    1.98 kB

    Total Files

    4

    Last publish

    Collaborators

    • stieneee