Cimpress-MCP / postal-codes-js

Provide postal code validation for javascript
Apache License 2.0
43 stars 36 forks source link

Add declaration file for TypeScript support #54

Closed hborghols closed 4 years ago

hborghols commented 4 years ago

Adds a declaration file for TypeScript support. For more info on declaration files, see: https://www.typescriptlang.org/docs/handbook/declaration-files/introduction.html.

I wanted to use this package in a TypeScript project which involves adding a (simple) declaration file. I thought I would share it with you so you can support typescript users by default 🙂. Thanks for the great work on the package!