UNPKG

@nx/js

Version:

The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects.

4 lines (3 loc) 193 B
import { type Tree } from '@nx/devkit'; export default function rewriteInternalSubpathImports(tree: Tree): Promise<void>; export declare function rewriteSubpathImports(source: string): string;