Pike LSP TypeScript API - v0.1.0-alpha.20
    Preparing search index...

    Interface PikeProgramType

    interface PikeProgramType {
        className?: string;
        kind: "program";
    }
    Index

    Properties

    Properties

    className?: string
    kind: "program"