emfular
Version:
Pure TS library with basic types and parser to move from XPath references to runtime models
12 lines (11 loc) • 702 B
TypeScript
export * from './lib/referencing/ref/ref';
export * from './lib/referencing/ref/ref-handler';
export * from './lib/referencing/referencable/referenceable';
export * from './lib/referencing/referencable/referencable-container';
export * from './lib/referencing/referencable/referencable-list-container';
export * from './lib/referencing/referencable/referencable-singleton-container';
export * from './lib/referencing/referencable/referencable-tree-list-container';
export * from './lib/referencing/referencable/referencable-tree-parent-container';
export * from './lib/deserialization/constructor-pointers';
export * from './lib/deserialization/deserializer';
export * from './lib/utils/list-updater';