UNPKG

104 BTypeScriptView Raw
1export interface OverrideByFactoryOptions {
2 factory: (...args: any[]) => any;
3 inject?: any[];
4}