2023-07-23 10:09:06 +02:00

10 lines
302 B
TypeScript

// export { initApi, callApi, cancelApiProgress } from './methods/init';
export {
initApi, callApi, cancelApiProgress, cancelApiProgressMaster, callApiLocal,
handleMethodCallback,
handleMethodResponse,
updateFullLocalDb,
updateLocalDb,
setShouldEnableDebugLog,
} from './worker/connector';