UNPKG

alm

Version:

The best IDE for TypeScript

11 lines (8 loc) 321 B
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, { }>, }