/
home
/
infinitibizsol
/
.trash
/
node_modules.3
/
class-validator
/
esm2015
/
decorator
/
string
/
File Upload :
llllll
Current File: /home/infinitibizsol/.trash/node_modules.3/class-validator/esm2015/decorator/string/IsUrl.js
import { buildMessage, ValidateBy } from '../common/ValidateBy'; import isUrlValidator from 'validator/lib/isURL'; export const IS_URL = 'isUrl'; /** * Checks if the string is a url. * If given value is not a string, then it returns false. */ export function isURL(value, options) { return typeof value === 'string' && isUrlValidator(value, options); } /** * Checks if the string is a url. * If given value is not a string, then it returns false. */ export function IsUrl(options, validationOptions) { return ValidateBy({ name: IS_URL, constraints: [options], validator: { validate: (value, args) => isURL(value, args === null || args === void 0 ? void 0 : args.constraints[0]), defaultMessage: buildMessage(eachPrefix => eachPrefix + '$property must be a URL address', validationOptions), }, }, validationOptions); } //# sourceMappingURL=IsUrl.js.map
Copyright ©2k19 -
Hexid
|
Tex7ure