UNPKG

ts-patch

Version:

Patch typescript to support custom transformers in tsconfig.json

3 lines (2 loc) 163 B
import ts from 'typescript'; export declare function fixTsEarlyReturnTransformer(context: ts.TransformationContext): (sourceFile: ts.SourceFile) => ts.SourceFile;