UNPKG

@tuentyfaiv/svelte-form

Version:

A form library for Svelte. It is built on top of Svelte and Typescript. Inspired by Formik and React Hook Form.

5 lines (4 loc) 141 B
import { hasArray } from "./parse.js"; export function isSelected(data, value) { return hasArray(data).some((item) => item === value); }