Prelude API
    Preparing search index...

    Type Alias Declaration

    The XML declaration (<?xml version="1.0" ...?>); not a processing instruction.

    type Declaration = {
        encoding: undefined | string;
        standalone: undefined | boolean;
        type: "Declaration";
        version: string;
    }
    Index
    encoding: undefined | string
    standalone: undefined | boolean
    type: "Declaration"
    version: string