UNPKG

@typescript-package/history

Version:

A lightweight TypeScript package for tracking the history of values.

3 lines (2 loc) 160 B
import { DataCore } from "@typescript-package/data"; export type DataConstructor<Value, DataType extends DataCore<Value[]>> = new (value: Value[]) => DataType;