UNPKG

robb

Version:

Simple type checker in JavaScript.

14 lines (11 loc) 184 B
// Load ‘Robb.js’ var Robb = require('../src/robb.js'); /** * Test ‘isString’ * * @param {object} test */ exports.isString = function(test) { // Skip test.done(); };