Viewing File: /home/ubuntu/efiexchange-node-base/node_modules/tsyringe/dist/typings/providers/class-provider.d.ts

import constructor from "../types/constructor";
import Provider from "./provider";
import { DelayedConstructor } from "../lazy-helpers";
export default interface ClassProvider<T> {
    useClass: constructor<T> | DelayedConstructor<T>;
}
export declare function isClassProvider<T>(provider: Provider<T>): provider is ClassProvider<any>;
Back to Directory File Manager