Home > @infiniteobjects/core-library-web > Assert
Utilities for asserting primitives, unique identifiers and strings
Signature:
export declare class Assert extends AssertOrig
Extends: AssertOrig
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 |