@rinsuki/lz4-ts
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

lz4-ts

This is a TypeScript port of https://github.com/pierrec/lz4.

function calcUncompressedLen(src: Uint8Array): number;
function uncompressBlock(src: Uint8Array, dest: Uint8Array): number;
function compressBlockBound(n: number): number;
function compressBlock(src: Uint8Array, dest: Uint8Array, soffset: number): number;
function compressBlockHC(src: Uint8Array, dest: Uint8Array, soffset: number): number;

LICENSE

See LICENSE

Readme

Keywords

none

Package Sidebar

Install

npm i @rinsuki/lz4-ts

Weekly Downloads

38

Version

1.0.1

License

BSD-3-Clause

Unpacked Size

45 kB

Total Files

11

Last publish

Collaborators

  • rinsuki