Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

is-zst

Stieneee176.5kMIT1.0.0

Check if a buffer is zst compressed.

zst, zstandard, zstd, is-zst, is-gzip

readme

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