UNPKG

ts-budgie

Version:

Converts TypeScript code to Budgie.

4 lines (3 loc) 212 B
import { Transformation } from "../output/transformation"; import { ITransformerSettings } from "../service"; export declare const visitEachComment: ({ sourceFile }: ITransformerSettings) => Transformation[];