UNPKG

@validate-me/core

Version:

Main package for `validate-me`. It contains everything to run client side validations with any kind of JS framework or with vanilla JS.

4 lines (2 loc) 105 B
const notContains = partialValue => value => !value.includes(partialValue); export default notContains;