UNPKG

instantsearch.js

Version:

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

13 lines (10 loc) 236 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; function toArray(value) { return Array.isArray(value) ? value : [value]; } var _default = toArray; exports.default = _default;