UNPKG

772 BMarkdownView Raw
1Distributions
2=============
3
4* **[long.js](https://raw.githubusercontent.com/dcodeIO/Long.js/master/dist/long.js)**
5 contains the commented source.
6
7* **[long.min.js](https://raw.githubusercontent.com/dcodeIO/Long.js/master/dist/long.min.js)**
8 has been compiled with Closure Compiler using `--compilation_level=ADVANCED_OPTIMIZATIONS`.
9
10* **[long.min.js.gz](https://raw.githubusercontent.com/dcodeIO/Long.js/master/dist/long.min.js.gz)**
11 has also been gzipped using `-9`.
12
13* **[long.min.map](https://raw.githubusercontent.com/dcodeIO/Long.js/master/dist/long.min.map)**
14 is the source map generated by Closure Compiler.
15
16Also available as `long` on [npm](https://www.npmjs.org/package/long) and [bower](http://bower.io/search/?q=long).