UNPKG

@splidejs/svelte-splide

Version:

Svelte component for the Splide slider/carousel.

9 lines (8 loc) 254 B
/** * Checks if the given subject is an object or not. * * @param subject - A subject to check. * * @return `true` if the subject is an object, or otherwise `false`. */ export declare function isObject(subject: unknown): subject is object;