| 21 | |
| 22 | /** An immutable object representing a Node in a Collection. */ |
| 23 | export class CollectionNode<T> implements Node<T> { |
| 24 | static readonly type: string; |
| 25 | readonly type: string; |
| 26 | readonly key: Key; |
nothing calls this directly
no outgoing calls
no test coverage detected