UNPKG

@dicy/cli

Version:

Command line interface to DiCy, a builder for LaTeX, knitr, literate Agda, literate Haskell and Pweave that automatically builds dependencies.

10 lines (7 loc) 152 B
declare module 'string-width' { interface StringWidth { (text: string): number; } const StringWidth: StringWidth; export = StringWidth; }