UNPKG

@nx/webpack

Version:

The Nx Plugin for Webpack contains executors and generators that support building applications using Webpack.

4 lines 234 B
import * as ts from 'typescript'; export declare function toPropertyAssignment(key: string, value: unknown): ts.PropertyAssignment; export declare function toExpression(value: unknown): ts.Expression; //# sourceMappingURL=ast.d.ts.map