UNPKG

alpha-dic

Version:

Asynchronous dependency injection container

13 lines (12 loc) 471 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.onMiddlewareAttach = exports.ServiceName = void 0; const isPred = require("predicates"); var ServiceName; (function (ServiceName) { function is(value) { return isPred.string(value) || isPred.symbol(value); } ServiceName.is = is; })(ServiceName = exports.ServiceName || (exports.ServiceName = {})); exports.onMiddlewareAttach = Symbol('alphaDic-onMiddlewareAttach');