UNPKG

ubique

Version:

A mathematical and quantitative library for Javascript and Node.js

31 lines (15 loc) 264 B
### isarray True for array #### Syntax ubique.isarray(x) #### Description True for array #### Arguments |Params|Type|Description |---------|----|----------- |`x` | array | input element #### Examples ```js ubique.isarray([1.4,2.3,3]); // true ```