UNPKG

dgeni-packages

Version:

A collection of dgeni packages for generating documentation from source code

7 lines (6 loc) 258 B
import { Printer } from 'typescript'; /** * Platform consistent TypeScript printer instance. By default, TypeScript will use the * new-line kind based on the operating system (e.g. Windows will use CRLF). */ export declare const lineFeedPrinter: Printer;