UNPKG

@grnsft/if

Version:

Impact Framework

7 lines (6 loc) 171 B
export type Generator = { /** * generate the next value, optionally based on historical values */ next: (historical: Object[] | undefined) => Object; };