5 lines
143 B
TypeScript
5 lines
143 B
TypeScript
export * from './collection';
|
|
export * from './collection.factory';
|
|
export * from './schematic.option';
|
|
export * from './abstract.collection';
|