UNPKG

huffman-ts

Version:

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

3 lines 71 B
export * from './Huffman' export * from './Tree' export * from './type'