UNPKG

@firestone-hs/replay-parser

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.9.

6 lines (5 loc) 162 B
export declare abstract class HistoryItem { readonly timestamp: number; readonly index: number; constructor(timestamp: number, index: number); }