UNPKG

aureooms-js-type

Version:

type checking code bricks for JavaScript

10 lines (4 loc) 110 B
var isobject = function ( value ) { return isinstance( Object, value ); }; exports.isobject = isobject;