Interface PragmaDirective

interface PragmaDirective {
    id: number;
    literals: string[];
    nodeType: "PragmaDirective";
    src: string;
}

Properties

Properties

id: number
literals: string[]
nodeType: "PragmaDirective"
src: string