UNPKG

alm

Version:

The best IDE for TypeScript

18 lines (17 loc) 374 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * There are two contracts * A contract on how the master --calls--> worker * A contract on how the worker --calls--> master */ exports.worker = { echo: {}, setupWatch: {} }; exports.master = { increment: {}, fileListUpdated: {}, fileListingDelta: {}, abort: {}, };