geoblink / lodash-mixins

A collection of useful functions built on top of Lodash
MIT License
5 stars 0 forks source link

Port to TypeScript #11

Closed Sumolari closed 5 years ago

Sumolari commented 5 years ago

I've ported the entire library to Typescript and added proper type definitions so when the library is loaded the editor can know the types.

It's been tested with VSCode and works fine. Exported package will include Typescript definitions in .d.ts files as well as ES5 .js files.

This closes #4.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+1.8%) to 93.636% when pulling 5df9c98495b8798a38390fe18264aeaaa679c2ef on 4-Port-to-TypeScript into 7e6b4e1e8c3cc236948d9d50b6068e0020adc59c on master.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+1.8%) to 93.636% when pulling 5df9c98495b8798a38390fe18264aeaaa679c2ef on 4-Port-to-TypeScript into 7e6b4e1e8c3cc236948d9d50b6068e0020adc59c on master.