UNPKG

aureooms-js-type

Version:

type checking code bricks for JavaScript

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