UNPKG

vespa-ts

Version:

A reusable TypeScript package for interacting with Vespa search engine with dependency injection support

4 lines 169 B
import vespaClient from "./vespaClient"; export { ProductionVespaClient } from "./productionVespaClient"; export default vespaClient; //# sourceMappingURL=index.d.ts.map