UNPKG

@skhemata/skhemata-form

Version:

Skhemata Form Web Component. This web component can be used as base web component when working with forms and inputs.

4 lines (2 loc) 93 B
const includes = (arr, val) => arr.some(arrVal => val === arrVal); export default includes;