Type alias RollbackStack<T>

RollbackStack<T>: {
    context: ParserContext<T>;
    rollback: Callback<T>;
}[]

Type Parameters

  • T

Generated using TypeDoc