UNPKG
@imranbarbhuiya/mongoose-fuzzy-searching
Version:
latest (3.0.5)
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.1.1
Mongoose fuzzy searching plugin
github.com/imranbarbhuiya/mongoose-fuzzy-searching
@imranbarbhuiya/mongoose-fuzzy-searching
/
lib
/
config.d.ts
9 lines
(8 loc)
•
226 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
type
Config
= {
DEFAULT_MIN_SIZE
:
number
;
DEFAULT_PREFIX_ONLY
:
boolean
;
ESCAPE_SPECIAL_CHARACTERS
:
boolean
;
DEFAULT_EXACT_SEARCH
:
boolean
; };
declare
const
config
:
Config
;
export
default
config;