API ReferencefunctionsFunction: redact()Version: v0.0.8On this pageFunction: redact() redact(): null Redact a value. Returns null - the removed-value sentinel used throughout the transformed document. Pure and keyless. Returns null null, signalling the value has been removed. Example import { redact } from "@cosyte/deid";redact(); // => null