UNPKG

zarinpal-nodejs

Version:
5 lines (4 loc) 90 B
function isTypeString(x) { return typeof x === "string" } module.exports = isTypeString