UNPKG

@himalaya-quant/synapse

Version:

A lightweight TypeScript utility to spawn and interact with Python modules from Node.js with a native, message-based protocol over stdin/stdout.

6 lines 353 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Synapse = void 0; var instance_manager_service_1 = require("./modules/instance-manager.service"); Object.defineProperty(exports, "Synapse", { enumerable: true, get: function () { return instance_manager_service_1.InstanceManger; } }); //# sourceMappingURL=index.js.map