UNPKG

aureooms-js-type

Version:

type checking code bricks for JavaScript

10 lines (4 loc) 114 B
var isboolean = function ( value ) { return isinstance( Boolean, value ); }; exports.isboolean = isboolean;