UNPKG

@nx/rspack

Version:

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

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