UNPKG

instantsearch.js

Version:

InstantSearch.js is a JavaScript library for building performant and instant search experiences with Algolia.

13 lines (10 loc) 280 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; function isDomElement(object) { return object instanceof HTMLElement || Boolean(object) && object.nodeType > 0; } var _default = isDomElement; exports.default = _default;