Hierarchy (View Summary)

Constructors

Properties

Methods

Constructors

Properties

assert: (clause: Clause<any>, item: any) => boolean
falseValues: string[] = ...
trueValues: string[] = ...

Methods

  • Convert a value to a boolean based on trueValues and falseValues

    Parameters

    • value: any

    Returns null | boolean