5 lines
138 B
JavaScript
5 lines
138 B
JavaScript
import { startNearIntentsWs } from './ws.mjs';
|
|
|
|
export function startNearIntentsIngest(options) {
|
|
return startNearIntentsWs(options);
|
|
}
|