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

    Interface PikeArrayType

    interface PikeArrayType {
        kind: "array";
        valueType?: PikeType;
    }
    Index

    Properties

    Properties

    kind: "array"
    valueType?: PikeType