1.0.1 • Published 6 years ago

@fega01/dto v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

DTO

Usage

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

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

6 years ago

1.0.0

6 years ago