Function normalize

  • Fuzzy Common Sense logical value normalization (global function). Allows to use different code styles, e.g.:

    const valueA = value.normalize();
    const valueB = normalize(value);

    See normalize for details.

    Parameters

    Returns Logic

Generated using TypeDoc