UNPKG

emfular

Version:

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

5 lines (4 loc) 239 B
import { Referencable } from "./referenceable"; import { ReferencableListContainer } from "./referencable-list-container"; export declare class ReferencableTreeListContainer<T extends Referencable> extends ReferencableListContainer<T> { }