lsync API
    Preparing search index...

    Interface FuncExpression

    interface FuncExpression {
        args: unknown[];
        name: string;
        type: "func";
    }
    Index
    args: unknown[]
    name: string
    type: "func"