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.

3 lines 128 B
const includes = (arr, val) => arr.some(arrVal => val === arrVal); export default includes; //# sourceMappingURL=includes.js.map