1.0.15 • Published 11 months ago

@ensfierte/exception-handler v1.0.15

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

@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> {}
1.0.15

11 months ago

1.0.14

11 months ago

1.0.13

11 months ago

1.0.12

11 months ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago