cel-lite
    Preparing search index...

    Type Alias CelOptions

    type CelOptions = {
        maxAstNodes?: number;
        maxCallDepth?: number;
        maxCollectionLength?: number;
        maxCompareDepth?: number;
        maxExpressionLength?: number;
        maxRegexInputLength?: number;
        maxRegexPatternLength?: number;
        maxStringLength?: number;
        maxTraceEntries?: number;
    }
    Index

    Properties

    maxAstNodes?: number
    maxCallDepth?: number
    maxCollectionLength?: number
    maxCompareDepth?: number
    maxExpressionLength?: number
    maxRegexInputLength?: number
    maxRegexPatternLength?: number
    maxStringLength?: number
    maxTraceEntries?: number