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
/
helpers
/
middlewares.d.ts
3 lines
(2 loc)
•
168 B
TypeScript
View Raw
1
2
3
import
{
Attributes
,
Fields
}
from
"../types"
;
export
declare
const
createNGramsMiddleware
:
(
attributes
:
Attributes
,
fields
:
Fields
,
next
: (err?:
any
) =>
any
) =>
void
;