UNPKG

@metacall/faas

Version:

Reimplementation of MetaCall FaaS platform written in TypeScript.

11 lines (10 loc) 260 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Applications = exports.Application = void 0; class Application { kill() { this.proc?.kill(); } } exports.Application = Application; exports.Applications = {};