UNPKG

accelerator-core

Version:

[![Build Status](https://travis-ci.org/furkleindustries/accelerator-core.svg?branch=master)](https://travis-ci.org/furkleindustries/accelerator-core)

10 lines (8 loc) 196 B
import { IStateFrame, } from './IStateFrame'; export interface IHistory { readonly past: readonly IStateFrame[]; readonly present: IStateFrame; readonly future: readonly IStateFrame[]; }