Type alias CellVisitor<T>

CellVisitor<T>: ((value, coords, context) => {
    break: T;
} | void)

Type Parameters

  • T = any

Type declaration