UNPKG

dnd-core

Version:

Drag and drop sans the GUI

6 lines (4 loc) 98 B
export type State = number export function reduce(state: State = 0): State { return state + 1 }