UNPKG

@actorize/core

Version:

Actorize helps building scalable js apps with a messaging system

10 lines 395 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.createLogPlugin = void 0; const log_1 = __importDefault(require("./log")); exports.createLogPlugin = log_1.default; exports.default = {}; //# sourceMappingURL=index.js.map