krisk / Fuse

Lightweight fuzzy-search, in JavaScript
https://fusejs.io/
Apache License 2.0
17.77k stars 754 forks source link

fix(typings): fieldNormWeight is optional #652

Closed KoltesDigital closed 2 years ago

KoltesDigital commented 2 years ago

FYI you may be interested in built-in Partial type to automatically flag all properties to be optional.

KoltesDigital commented 2 years ago

Ups, duplicate of #648