UNPKG

tcomb

Version:

Type checking and DDD for JavaScript

3 lines 74 B
module.exports = function isString(x) { return typeof x === 'string'; };