/
home
/
infinitibizsol
/
.trash
/
node_modules.3
/
class-validator
/
esm2015
/
decorator
/
common
/
File Upload :
llllll
Current File: /home/infinitibizsol/.trash/node_modules.3/class-validator/esm2015/decorator/common/IsEmpty.js
import { buildMessage, ValidateBy } from '../common/ValidateBy'; export const IS_EMPTY = 'isEmpty'; /** * Checks if given value is empty (=== '', === null, === undefined). */ export function isEmpty(value) { return value === '' || value === null || value === undefined; } /** * Checks if given value is empty (=== '', === null, === undefined). */ export function IsEmpty(validationOptions) { return ValidateBy({ name: IS_EMPTY, validator: { validate: (value, args) => isEmpty(value), defaultMessage: buildMessage(eachPrefix => eachPrefix + '$property must be empty', validationOptions), }, }, validationOptions); } //# sourceMappingURL=IsEmpty.js.map
Copyright ©2k19 -
Hexid
|
Tex7ure