UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

4 lines (3 loc) 167 B
import * as ts from "typescript"; import { NewLineKind } from "./../ManipulationSettings"; export declare function newLineKindToTs(kind: NewLineKind): ts.NewLineKind;