UNPKG

yh-validator

Version:

A lightweight form validation library with modular functions

1 lines 153 B
'use strict';function t(e,r="Input"){return typeof e!="string"?{valid:false,errors:[`${r} must be a string, but received ${typeof e}`]}:null}exports.a=t;