UNPKG

cloudworker-proxy

Version:
7 lines (5 loc) 103 B
/** * @api private */ const isString = value => typeof value === "string" module.exports = isString