UNPKG

247 BTypeScriptView Raw
1import ts from "typescript";
2export declare const normalizePath: (p: string) => string;
3declare const transformer: (_: ts.Program) => (context: ts.TransformationContext) => (sourceFile: ts.SourceFile) => ts.SourceFile;
4export default transformer;