skeldjs
    Preparing search index...

    Interface ParseToken

    interface ParseToken {
        type: TokenType;
        value: string;
    }
    Index

    Properties

    Properties

    type: TokenType
    value: string