DuckDB-WASM
    Preparing search index...

    Interface ScriptTokens

    interface ScriptTokens {
        offsets: number[];
        types: TokenType[];
    }
    Index

    Properties

    Properties

    offsets: number[]
    types: TokenType[]