UNPKG

238 BTypeScriptView Raw
1import * as ts from 'typescript';
2export declare function d(node: any): void;
3export declare function getNewLineCharacter(options: ts.CompilerOptions): string;
4export declare function compilerHost(transpileOptions: any): ts.CompilerHost;