Untitled
unknown
plain_text
a year ago
281 B
11
Indexable
module.exports = {
array: {
requiredLength: 'array.requiredLength',
invalidContent: 'array.invalidContent'
},
any: {
unknown: 'any.unknown'
}
};
return helpers.error(errorCodes.array.requiredLength, { length: 3 });
Editor is loading...
Leave a Comment