array-types
Get the types of values in an array
Installation
npm install array-types
Usage
var types = ; ; // => 'string'; // => 'number'; // => ['string', 'number', 'null']
License
MIT © Geoff Kimball
Get the types of values in an array
npm install array-types
var types = ; ; // => 'string'; // => 'number'; // => ['string', 'number', 'null']
MIT © Geoff Kimball
npm i array-types
5
1.0.0
MIT