UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

8 lines (7 loc) 279 B
import type { Scanner } from 'typescript'; /** * @deprecated This is deprecated and will be removed in Nx 20. * This was not intended to be exposed. * Please talk to us if you need this. */ export declare function stripSourceCode(scanner: Scanner, contents: string): string;