Fuse: index.d.ts not in npm

Created on 6 Dec 2016  路  3Comments  路  Source: krisk/Fuse

We pulled fuse.js via using 'npm install fuse.js'. Version 2.5.0 came down, but the index.d.ts update from two weeks ago is not there. Any thought on when we might be able to get this change from npm?

Most helpful comment

Fixed.

All 3 comments

I tried manually adding index.d.ts from master, but I still get compilation errors.

In the meantime I've resorted to using declare var Fuse: any;. You won't get intellisense, but it'll at least compile without errors.

Will be pushing a new version very soon.

Fixed.

Was this page helpful?
0 / 5 - 0 ratings