Documentation
    Preparing search index...

    Function is

    • Check if something is a concrete value of the given type. Can be used as a typeguard.

      Type Parameters

      • TSubject

        The type to check against.

      Parameters

      • subject: unknown

        The subject that could be nil.

      • Prototype: ConstructorOf<TSubject>

        The prototype to check against.

      Returns subject is TSubject

      true if the input element matches the given type, false otherwise.