UNPKG

tap

Version:

A Test-Anything-Protocol library for JavaScript

7 lines (6 loc) 135 B
interface Output { width: number; height: number; } declare const _default: (text: string) => Output; export default _default;