UNPKG

@practicaloptimism/uniplexer

Version:

A multiplexer for 3rd party service providers and application protocols

10 lines (7 loc) 179 B
// const client = solr.createClient() const client = ({} as any) // Switch on "auto commit", by default `client.autoCommit = false` client.autoCommit = true export { client }