UNPKG

@nx/rspack

Version:

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

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;