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

1.0.1 • Public • Published

DTO

Usage

const { AbstractDto } = require('@fega01/dto');

class DTO extends Base{
    single(obj){
        return {
            // ...something
        }
    }
}
module.exports=new DTO();

Readme

Keywords

none

Package Sidebar

Install

npm i @fega01/dto

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

5.81 kB

Total Files

9

Last publish

Collaborators

  • fega01