Type Alias DiffNode<T>

DiffNode<T>: TreeNode<DiffAnnotation<T>> & {
    toString: (() => string);
}

Type Parameters

  • T