UNPKG

plain-ioc

Version:

Plain inversion of control container

6 lines (5 loc) 187 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class FactoryAlreadyBoundError extends Error { } exports.FactoryAlreadyBoundError = FactoryAlreadyBoundError;