UNPKG

@ngserveio/ws

Version:

This library was generated with [Nx](https://nx.dev).

13 lines 396 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); function runExecutor(options) { return tslib_1.__awaiter(this, void 0, void 0, function* () { console.log('Executor ran for Cargo', options); return { success: true }; }); } exports.default = runExecutor; //# sourceMappingURL=executor.js.map