UNPKG

@11joselu/cypress-to-playwright

Version:
4 lines 315 B
import ts from 'typescript'; import { CustomCommandTracker } from '../custom-command-tracker.js'; export declare function transform(sourceFile: ts.SourceFile, customCommandsTracker: CustomCommandTracker): (context: ts.TransformationContext) => (rootNode: ts.Node) => ts.Node; //# sourceMappingURL=transform.d.ts.map