arrayOf
arrayOf :: Function → [ a ] → Boolean
Takes a validator and returns a new function that makes sure the received array matches the defined validator for each one if its elements.
arrayOf is actually a semantic shortcut to every
Related validators
everyarrayOfShapeLast updated