UNPKG

176 BTypeScriptView Raw
1import * as ts from 'typescript';
2export declare const before: (options?: Record<string, any>, program?: ts.Program) => (ctx: ts.TransformationContext) => ts.Transformer<any>;