all files / src/ markov-terminal-items.ts

100% Statements 5/5
100% Branches 0/0
100% Functions 1/1
100% Lines 2/2
1 2 3 4 5     
import { ChainState } from "./chain-state";
import { WeightedDictionary } from "./weighted-dictionary";
 
export class MarkovTerminalItems<T> extends WeightedDictionary<ChainState<T>> { };