/var/www/verywell.gr/server/delivery/node_modules/validator/es/lib
Edit: /var/www/verywell.gr/server/delivery/node_modules/validator/es/lib/equals.js (149B)
import assertString from './util/assertString';
export default function equals(str, comparison) {
assertString(str);
return str === comparison;
}