UNPKG

aureooms-js-type

Version:

type checking code bricks for JavaScript

10 lines (4 loc) 106 B
var isarray = function ( value ) { return isinstance( Array, value ); }; exports.isarray = isarray;