UNPKG

@nx/js

Version:

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

3 lines 163 B
import type * as ts from 'typescript'; export declare function getSourceNodes(sourceFile: ts.SourceFile): ts.Node[]; //# sourceMappingURL=get-source-nodes.d.ts.map