UNPKG

cheetah-grid

Version:

Cheetah Grid is a high performance grid engine that works on canvas

4 lines (2 loc) 119 B
import type { MaybePromiseOrUndef } from "../../ts-types"; export type PromiseCacheValue<V> = MaybePromiseOrUndef<V>;