UNPKG

@vulog/aima-search

Version:

8 lines (7 loc) 225 B
// src/search.ts var search = async (client, query) => { return client.get(`/boapi/proxy/search/fleets/${client.clientOptions.fleetId}/search/${encodeURIComponent(query)}`).then(({ data }) => data); }; export { search };