UNPKG

huffman-ts

Version:

Huffman ts is an implementation of Huffman Algorithm in Typescript. It provides full compatibility with Huffman algorithm reference.

4 lines (3 loc) 78 B
export * from './Huffman'; export * from './Tree'; export * from './type';