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

1.0.15 • 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/exception-handler

Weekly Downloads

6

Version

1.0.15

License

ISC

Unpacked Size

5.99 kB

Total Files

16

Last publish

Collaborators

  • ensfierte