@hexafuchs/what.js
    Preparing search index...

    Function assertNotContainsKey

    • Asserts the object or array does not contain the given key.

      Supports maps.

      Type Parameters

      • T

      Parameters

      • container: Record<string, unknown> | Map<T, unknown>
      • key: string | T

      Returns void