UNPKG

mingo

Version:

MongoDB query language for in-memory objects

8 lines (7 loc) 280 B
import { PipelineOperator } from "../../core"; /** * Restricts the contents of the documents based on information stored in the documents themselves. * * https://docs.mongodb.com/manual/reference/operator/aggregation/redact/ */ export declare const $redact: PipelineOperator;