UNPKG

tsc-path-fix

Version:

Zero-runtime TypeScript path resolver - converts aliases to relative paths at compile time. Fast, lightweight, with native watch mode.

3 lines (2 loc) 160 B
import { AliasReplacerArguments } from '../interfaces'; export default function replaceImportStatement({ orig, file, config }: AliasReplacerArguments): string;