UNPKG

huffman-ts

Version:

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

9 lines (6 loc) 198 B
'use strict' if (process.env.NODE_ENV === 'production') { module.exports = require('./huffman-ts.cjs.production.min.js') } else { module.exports = require('./huffman-ts.cjs.development.js') }