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 (4 loc) 171 B
import { Supplier } from './types.js'; export type Retrievable<T> = T | Supplier<T>; declare const _default: <T>(parameter: Retrievable<T>) => T; export default _default;