Function isLibDict

  • A type guard that returns true if the value is a lib dict.

    Parameters

    • value: unknown

      The value to test.

    Returns value is HLibDict

    True if the value matches.

Generated using TypeDoc