logoDecoval

Installation

Learn how to install and configure the Decoval library in your project.

Requirements

  • Node.js 14.x or higher
  • TypeScript 4.5 or higher
  • experimentalDecorators and emitDecoratorMetadata enabled in your tsconfig.json

How to Install

Install the Decoval package using:

npm install decoval

After installing the validation-box, varicate the package.json and confirm the installation of the library.

 "dependencies": {
    // ...
    "decoval": "^1.0.0"
  },

On this page