UNPKG

plain-ioc

Version:

Plain inversion of control container

9 lines (8 loc) 290 B
"use strict"; function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); __export(require("./errors")); var Container_1 = require("./Container"); exports.Container = Container_1.Container;