Variable: WITHHELD_LOCUS_TOKEN
constWITHHELD_LOCUS_TOKEN:"<withheld>"="<withheld>"
What a manifest locus prints in place of an identifier it may not echo, i.e. an identifier the adapter read out of the document that does not match the shape its position promises.
Deliberately carries no length and no prefix of the refused token: the length of a refused identifier is itself derived from the content that was refused.
Example
import { WITHHELD_LOCUS_TOKEN } from "@cosyte/deid";
// A manifest entry whose position could not be trusted reads, e.g., "<withheld>-1".
WITHHELD_LOCUS_TOKEN; // => "<withheld>"