Skip to content

API Reference / @gtkx/runtime / typeIsA

Function: typeIsA()

typeIsA(type, isAType): boolean

Defined in: runtime/dist/type.d.ts:59

Returns whether type is isAType or descends from it.

Parameters

type

bigint

isAType

bigint

Returns

boolean

Released under the MPL-2.0 License.