@splidejs/react-splide
Version:
The React component for Splide.
9 lines • 326 B
TypeScript
/**
* 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;
//# sourceMappingURL=../../../../src/js/utils/isObject/isObject.d.ts.map