express-rest-decorators - v1.0.0-rc.2
    Preparing search index...

    Interface IocAdapter

    interface IocAdapter {
        get<T>(cls: ClassConstructor<T>, action?: Action): T | Promise<T>;
    }

    Implemented by

    Index

    Methods

    Methods