- Preparing search index...
- The search index is not available
biorate
- pre<S, T>(method, fn, options?): ClassDecorator
-
Parameters
-
method: "save"
-
-
Optional
options: MiddlewareOptions & {
document: false;
query: boolean;
}
Optional
Returns ClassDecorator
- pre<S_1, T_1>(method, fn, options?): ClassDecorator
-
Type Parameters
-
S_1 extends never
-
T_1 = S_1
Returns ClassDecorator
- pre<S_2, T_2>(method, fn, options?): ClassDecorator
-
Type Parameters
-
S_2 extends never
-
T_2 = S_2
Returns ClassDecorator
- pre<S_3, T_3>(method, fn, options?): ClassDecorator
-
Type Parameters
-
S_3 extends never
-
T_3 = S_3
Returns ClassDecorator
- pre<S_4, T_4>(method, fn, options?): ClassDecorator
-
Returns ClassDecorator
- pre<S_5, T_5>(method, fn, options?): ClassDecorator
-
Returns ClassDecorator
- pre<S_6, T_6>(method, fn, options?): ClassDecorator
-
Returns ClassDecorator
- pre<S_7, T_7>(method, fn, options?): ClassDecorator
-
Returns ClassDecorator
- pre<S_8, T_8>(method, fn, options?): ClassDecorator
-
Returns ClassDecorator
- pre<S_9, T_9>(method, fn): ClassDecorator
-
Type Parameters
-
S_9 extends object | Query<any, any, {}, any, "find">
-
Returns ClassDecorator
- pre<S_10, T_10>(method, fn, options?): ClassDecorator
-
Type Parameters
-
S_10 extends object | Query<any, any, {}, any, "find">
-
Returns ClassDecorator
- pre<S_11, T_11>(method, fn, options?): ClassDecorator
-
Type Parameters
-
S_11 extends object | Query<any, any, {}, any, "find">
-
Returns ClassDecorator
- pre<S_12, T_12>(method, fn, options?): ClassDecorator
-
Returns ClassDecorator
- pre<T_13>(method, fn, options?): ClassDecorator
-
Parameters
-
method: RegExp | "aggregate"
-
-
Optional
Returns ClassDecorator
- pre<S_13, T_14>(method, fn, options?): ClassDecorator
-
Parameters
-
method: RegExp | "insertMany"
-
fn: ((this, next, docs, options?) => void | Promise<void>)
-
- (this, next, docs, options?): void | Promise<void>
-
Parameters
-
this: T_14
-
next: ((err?) => void)
-
- (err?): void
-
Parameters
-
Optional
err: NativeError
Optional
Returns void
-
docs: any
-
Optional
options: InsertManyOptions & {
lean?: boolean;
}
Optional
Returns void | Promise<void>
-
Optional
Returns ClassDecorator