UNPKG

@umijs/bundler-webpack

Version:
3 lines (2 loc) 140 B
import type { ImportDeclaration } from '@swc/core'; export declare const changeImportFromString: (e: ImportDeclaration, v: string) => void;