UNPKG

@imranbarbhuiya/mongoose-fuzzy-searching

Version:
9 lines (8 loc) 226 B
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;