UNPKG

svelte-outclick

Version:

A Svelte component that allows you to listen to the clicks that happen outside of an element.

4 lines (3 loc) 92 B
export const castArray = (value) => { return Array.isArray(value) ? value : [value]; };