Viewing File: /home/ubuntu/efiexchange-node-base/node_modules/tsyringe/dist/cjs/resolution-context.js

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
class ResolutionContext {
    constructor() {
        this.scopedResolutions = new Map();
    }
}
exports.default = ResolutionContext;
Back to Directory File Manager