1.0.1 • Published 3 years ago

@rinsuki/lz4-ts v1.0.1

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
3 years ago

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