interface dom.ProcessingInstruction
implements CharacterData
import { type dom } from "https://deno.land/x/evt@v2.5.6/lib/index.ts";
const { ProcessingInstruction } = dom;
A processing instruction embeds application-specific instructions in XML which can be ignored by other applications that don't recognize them.