UNPKG

218 BTypeScriptView Raw
1import { cli, resolveConfig } from "./cli";
2import { fixInPlace, getFixedSource } from "./fix";
3import { Parser } from "./parser";
4export { Parser, cli, resolveConfig, fixInPlace, fixInPlace as fix, getFixedSource, };