Jameshwart Lopez
import { Client } from 'typesense'; import TS_CONFIG from './config'; const c = new Client(TS_CONFIG.server); export default c;