UNPKG

entangle.ts

Version:

A declarative, event-driven framework for orchestrating business logic in TypeScript & Node.js applications.

11 lines (10 loc) 355 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ELogType = void 0; var ELogType; (function (ELogType) { ELogType["CREATION"] = "CREATION"; ELogType["DESTRUCTION"] = "DESTRUCTION"; ELogType["INTERACTION"] = "INTERACTION"; ELogType["ERROR"] = "ERROR"; })(ELogType || (exports.ELogType = ELogType = {}));