stack

Home > @infiniteobjects/core-library-web > Assert

Assert class

Utilities for asserting primitives, unique identifiers and strings

Signature:

export declare class Assert extends AssertOrig 

Extends: AssertOrig

Methods

Method Modifiers Description
isElement(elem) static Checks if the given input is a HTMLElement. You can use Generic types to assert an specific Element Type