UNPKG

@nx/webpack

Version:

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

4 lines (3 loc) 201 B
import * as ts from 'typescript'; export declare function toPropertyAssignment(key: string, value: unknown): ts.PropertyAssignment; export declare function toExpression(value: unknown): ts.Expression;