UNPKG

dependency-injection-cat

Version:

DI Cat is a truly clean DI-container, which allows you not to pollute your business logic with decorators from DI/IOC libraries!

14 lines (10 loc) 288 B
/// <reference types="estree" /> /// <reference types="json-schema" /> /// <reference types="node" /> import { Compiler } from 'webpack'; export default class DICatWebpackPlugin { private static isErrorsHandledByWebpack; constructor(); apply(compiler: Compiler): void; } export {};