UNPKG

@wrench/roll-typescript

Version:

plugin for bundling TypeScript with support of modular output and declaration bundle

11 lines (9 loc) 243 B
import { CLIEngine } from "eslint"; /** * Format declarations files via `@typescript-eslint/parser`. */ export declare class DtsPretty { readonly cli: CLIEngine; constructor(); format(text: string, filename?: string): string; }