Preview: assertString.js
Size: 296 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/validator/es/lib/util/assertString.js
export default function assertString(input) {
if (input === undefined || input === null) throw new TypeError("Expected a string but received a ".concat(input));
if (input.constructor.name !== 'String') throw new TypeError("Expected a string but received a ".concat(input.constructor.name));
}
Directory Contents
Dirs: 0 × Files: 10