UNPKG

node-input-validator

Version:

validation library for nodejs, inspired by laravel.

4 lines (3 loc) 88 B
module.exports = async function array(field, value) { return Array.isArray(value); };