sesaparcours
    Preparing search index...

    Type Alias CompiledExpression

    type CompiledExpression = {
        evaluate?: (
            scope: { [symbol: string]: BoxedExpression },
        ) => number | BoxedExpression;
    }
    Index

    Properties

    Properties

    evaluate?: (
        scope: { [symbol: string]: BoxedExpression },
    ) => number | BoxedExpression