UNPKG

@coveo/platform-client

Version:

The main goal of this package is to provide an easy to configure and straightforward way of querying Coveo Cloud APIs using JavaScript.

5 lines 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const isSupplier = (x) => typeof x === 'function'; exports.default = (parameter) => (isSupplier(parameter) ? parameter() : parameter); //# sourceMappingURL=Retriever.js.map