UNPKG

emfular

Version:

Pure TS library with basic types and parser to move from XPath references to runtime models

5 lines (4 loc) 256 B
import { Referencable } from "./referenceable"; import { ReferencableSingletonContainer } from "./referencable-singleton-container"; export declare class ReferencableTreeParentContainer<T extends Referencable> extends ReferencableSingletonContainer<T> { }