alm
Version:
The best IDE for TypeScript
11 lines (8 loc) • 321 B
text/typescript
import * as sw from "../../../../utils/simpleWorker";
import * as types from '../../../../../common/types';
export const worker = {
start: {} as sw.QRFunction<{ entryFilePath: string, outputDirPath: string }, {}>,
}
export const master = {
bundleStatus: {} as sw.QRFunction<types.LiveDemoBundleResult, { }>,
}