@ensfierte/dto-validator
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

@ensfierte/dto-validator

Description

Dto validator module for ens-fierte apps

Installation

Install the package via npm:

npm install @ensfierte/dto-validator

Usage

interface ExampleEntity {
  name: string;
}

export class ExampleDto extends BaseDto<ExampleEntity> {}

Readme

Keywords

Package Sidebar

Install

npm i @ensfierte/dto-validator

Weekly Downloads

7

Version

1.0.2

License

ISC

Unpacked Size

1.89 kB

Total Files

5

Last publish

Collaborators

  • ensfierte