Open hamidjafari opened 4 years ago
These type definitions are incorrect. The correct way to type module.exports =
in JavaScript is using export =
in TypeScript. A PR to add correct type definitions is available in #19. Type definitions are also available via @types/fuzzysearch
. I suggest closing this PR.
type file added for typescript support