is
Checks whether a value matches the requested type or constructor.
Table of contents
Category
Value
Import
jsimport { is } from "valyrian.js/utils";Public signature
ts<T>(value: any, type: string | any): value is TParameters
tsvalue: any, type: string | anyResult
tsvalue is T