Documentation
    Preparing search index...

    Function assertDebug

    • Assert a condition that is not enforced by the TypeScript compiler. The check is only performed when evaluated by a debug build.

      Parameters

      • func: () => boolean
      • Optionalmsg: string

      Returns void