kirbysayshi/vash

Add TypeScript definitions

Opened this issue · 0 comments

With noImplicitAny compiler option enabled I had to import vash as the following:

const vash = require('vash');

instead of using normal imports.

And of course, no type checking or autocomplete available 😢