Member Junction
    Preparing search index...

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Returns the truthiness of expression under context, or an error the caller can report.

      Parameters

      • expression: string
      • context: Record<string, unknown>

      Returns { ErrorMessage?: string; Success: boolean; Value?: unknown }