UNPKG

create-clean-nest

Version:

NestJS template with Clean Architecture principles

4 lines 135 B
export abstract class HashService { // Example of domain service file // abstract generate(password: string): Promise<string> }