pip-services3-components-node
Version:
Component definitions for Pip.Services in Node.js
13 lines • 408 B
text/typescript
/**
* @module build
*
* Todo: Rewrite this description
*
* @preferred
* Contains the "factory design pattern". There are various factory types,
* which are also implemented in a portable manner.
*/
export { Factory } from './Factory';
export { IFactory } from './IFactory';
export { CreateException } from './CreateException';
export { CompositeFactory } from './CompositeFactory';