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.

3 lines 169 B
const isSupplier = (x) => typeof x === 'function'; export default (parameter) => (isSupplier(parameter) ? parameter() : parameter); //# sourceMappingURL=Retriever.js.map