Function
Static Public Summary | ||
public |
|
since 0.1.0 |
public |
isFunction(func: any): boolean |
since 0.1.0 |
public |
isNotArray(collection: any): boolean |
since 0.1.0 |
public |
isNotFunction(func: any): boolean |
since 0.1.0 |
public |
|
since 0.1.0 |
public |
isNotUndefined(data: any): boolean |
since 0.1.0 |
public |
|
since 0.1.0 |
public |
isUndefined(data: any): boolean |
since 0.1.0 |
Static Public
public isArray(collection: any): boolean since 0.1.0 source
import {isArray} from 'listas/src/helper/check.js'
Params:
Name | Type | Attribute | Description |
collection | any | the element to check |
public isFunction(func: any): boolean since 0.1.0 source
import {isFunction} from 'listas/src/helper/check.js'
Params:
Name | Type | Attribute | Description |
func | any | the element to check |
public isNotArray(collection: any): boolean since 0.1.0 source
import {isNotArray} from 'listas/src/helper/check.js'
Params:
Name | Type | Attribute | Description |
collection | any | the element to check |
public isNotFunction(func: any): boolean since 0.1.0 source
import {isNotFunction} from 'listas/src/helper/check.js'
Params:
Name | Type | Attribute | Description |
func | any | the element to check |
public isNotNull(data: any): boolean since 0.1.0 source
import {isNotNull} from 'listas/src/helper/check.js'
Params:
Name | Type | Attribute | Description |
data | any | the elements to check |
public isNotUndefined(data: any): boolean since 0.1.0 source
import {isNotUndefined} from 'listas/src/helper/check.js'
Params:
Name | Type | Attribute | Description |
data | any | the elements to check |
public isNull(data: any): boolean since 0.1.0 source
import {isNull} from 'listas/src/helper/check.js'
Params:
Name | Type | Attribute | Description |
data | any | the element to check |
public isUndefined(data: any): boolean since 0.1.0 source
import {isUndefined} from 'listas/src/helper/check.js'
Params:
Name | Type | Attribute | Description |
data | any | the element to check |