UNPKG

@ant-design/tools

Version:
4 lines (3 loc) 198 B
import * as babel from '@babel/core'; declare function rewriteSource(t: typeof babel.types, path: babel.NodePath<babel.types.ImportDeclaration>, libDir: string): void; export default rewriteSource;