TypeUtil
No description provided
TypeUtil
Methods
public static isArray(t): is | Array<unknown>
Parameter | Type | Optional |
---|---|---|
t | unknown | ❌ |
public static isBoolean(t): is | boolean
Parameter | Type | Optional |
---|---|---|
t | unknown | ❌ |
public static isError(t): is | Error
Parameter | Type | Optional |
---|---|---|
t | unknown | ❌ |
public static isFunction(t): is | Function
Parameter | Type | Optional |
---|---|---|
t | unknown | ❌ |
public static isNullish(t): is | undefined | null
Parameter | Type | Optional |
---|---|---|
t | unknown | ❌ |
public static isNumber(t): is | number
Parameter | Type | Optional |
---|---|---|
t | unknown | ❌ |
public static isString(t): is | string
Parameter | Type | Optional |
---|---|---|
t | unknown | ❌ |