@nevware21/tripwire - v0.1.2
    Preparing search index...

    Function createExprAdapter

    • Creates an expression adapter function that can be used to evaluate the current value in the scope, using the provided expression. The expression can be a string or an array of strings, where each string represents a property or function to call on the current value.

      Parameters

      • theExpr: string | string[]

        The expression to evaluate.

      • OptionalscopeFn: IScopeFn

        The optional scope function to call after the expression has been evaluated.

      Returns IScopeFn

      • An IScopeFn function that will evaluate the current value in the scope.

      0.1.0