svelte-ast-print - v0.6.0
    Preparing search index...
    interface Declaration {
        end: number;
        property: string;
        start: number;
        type: "Declaration";
        value: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    end: number
    property: string
    start: number
    type: "Declaration"
    value: string