UNPKG

tap

Version:

A Test-Anything-Protocol library for JavaScript

9 lines (8 loc) 231 B
import { DOMElement } from './dom'; interface Result { output: string; outputHeight: number; staticOutput: string; } declare const _default: (node: DOMElement, terminalWidth: number) => Result; export default _default;