nx
Version:
8 lines • 326 B
TypeScript
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;
//# sourceMappingURL=strip-source-code.d.ts.map