Usage
The @nx.js/constants package provides access to constants and enums which may be used in nx.js applications.
The exports contain constants and bitmask types defined by libnx. The reason they are defined
in a separate package is to avoid bloating the core runtime with values which your application
may not need.
Installation
npm install @nx.js/constantspnpm add @nx.js/constantsyarn add @nx.js/constantsbun add @nx.js/constantsView the API Reference for more information.