wima
    Preparing search index...

    Function assert

    • Throws an error if the supplied test is null or undefined.

      Type Parameters

      • T

      Parameters

      • test: T
      • message: string

      Returns asserts test is NonNullable<T>