UNPKG

ccgjs

Version:

A combinatory categorial grammar (CCG) library for the web.

9 lines (8 loc) 212 B
import Tree from './ccg.tree'; export default class DOM { tree?: Tree; private domBuilder?; constructor(tree: string | Tree); create(fn?: Function): any; createTable(): HTMLElement; }