mingo
Version:
MongoDB query language for in-memory objects
8 lines (7 loc) • 299 B
TypeScript
import { PipelineOperator } from "../../types";
/**
* Restricts the contents of the documents based on information stored in the documents themselves.
*
* See {@link https://docs.mongodb.com/manual/reference/operator/aggregation/redact/ usage}
*/
export declare const $redact: PipelineOperator;