Type alias Input<T>

Input<T>: Cell<T> | T

A type that is either a cell containing T or T itself.

Type Parameters

  • T