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

import Provider from "./provider";
export default interface ValueProvider<T> {
    useValue: T;
}
export declare function isValueProvider<T>(provider: Provider<T>): provider is ValueProvider<T>;
Back to Directory File Manager