jedp / porter-stemmer

Martin Porter's stemmer for node.js
MIT License
99 stars 15 forks source link

converted to typescript #7

Open nathan-chappell opened 4 years ago

nathan-chappell commented 4 years ago

I've added some type annotations, ran prettier against it, added a tsconfig.json file, and let typescript emit a declarations file. I wanted to use this in a project I'm working on, and I'm using typescript, so I thought I'd do this and see if the author doesn't mind.