Verifies if the input data is an array. Default delimiter for string checking: ,
JSON.parse()
the items of the array. Items that cannot be parsed will be ignored.
typeof
value of the inner array items. If at least one fails the check, the validation fails.
'use strict';
thorin.validate('ARRAY', 'inputString', {
parse: false,
delimited: ',',
min: 10,
max: 100,
type: "string"
});
You can always create a new issue on GitHub or contact one of the core founders by chat.