UNPKG

pip-services4-components-node

Version:
16 lines (15 loc) 403 B
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(); }