pip-services4-components-node
Version:
Portable Component Model in Node.js / ES2017
16 lines (15 loc) • 403 B
TypeScript
import { Factory } from '../build/Factory';
/**
* Creates information components by their descriptors.
*
* @see [[IFactory]]
* @see [[ContextInfo]]
*/
export declare class DefaultContextFactory extends Factory {
private static readonly ContextInfoDescriptor;
private static readonly ContainerInfoDescriptor;
/**
* Create a new instance of the factory.
*/
constructor();
}