(
query: string,
paramsHandler: (doc: any) => any[],
executionOptions?: string | MappingExecutionOptions
)
| 153 | remove(doc: { [key: string]: any }, docInfo?: RemoveDocInfo, executionOptions?: string | MappingExecutionOptions): Promise<Result<T>>; |
| 154 | |
| 155 | mapWithQuery( |
| 156 | query: string, |
| 157 | paramsHandler: (doc: any) => any[], |
| 158 | executionOptions?: string | MappingExecutionOptions |
no outgoing calls
no test coverage detected