skeldjs
    Preparing search index...

    Interface BaseParsePart

    interface BaseParsePart {
        type: null | PartType;
        value: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: null | PartType
    value: any