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
/
db
/
schema.d.ts
7 lines
(6 loc)
•
216 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
SchemaOptions
}
from
"mongoose"
;
import
{
Fields
}
from
"../../types"
;
export
declare
const
setTransformers
:
(
fields
:
Fields
,
options
?:
SchemaOptions
|
undefined
) =>
{
toObject
:
any
;
toJSON
:
any
; };