UNPKG

ts-budgie

Version:

Converts TypeScript code to Budgie.

4 lines (3 loc) 212 B
import * as ts from "typescript"; import { Transformation } from "../output/transformation"; export declare const visitMultiLineCommentTrivia: (fullText: string, comment: ts.CommentRange) => Transformation[];