UNPKG

starboard-notebook

Version:

Starboard Notebook

3 lines (2 loc) 111 B
import { Cell } from "../types"; export declare function cellHasProperty(cell: Cell, name: string): boolean;