UNPKG

@ant-design/tools

Version:
5 lines (4 loc) 257 B
import type { NodePath } from '@babel/traverse'; import type { ImportDeclaration } from '@babel/types'; declare function rewriteSource(t: typeof import('@babel/types'), path: NodePath<ImportDeclaration>, libDir: string): void; export default rewriteSource;