* Ensure every package has a tslint.json * Fixes
* Use class instead of interface Allows hashids to be used as a type in a property `public hasher: Hashids;` and as a class `this.hasher = new Hashids()`; * modify tests * No need for module declaration * modify tests
types