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

    Variable assertDoesNotHaveFunctionConst Alias

    assertDoesNotHaveFunction: <T>(object: T, name: string) => void = assertHasNotFunction

    Type declaration

      • <T>(object: T, name: string): void
      • Asserts the object does not have the given function.

        Type Parameters

        • T

        Parameters

        • object: T
        • name: string

        Returns void