bramstein / bit-array

JavaScript implementation of bit arrays.
78 stars 18 forks source link

Add typescript types #14

Open SerayaEryn opened 5 years ago

SerayaEryn commented 5 years ago

This adds typescript type definitions.

I also moved the code to ES6 and removed the unused file bit-array.js (closes #11). I hope that is fine.