every
every :: 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.
Last updated
every :: 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.
Last updated