UNPKG

quasqui

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

9 lines (7 loc) 142 B
import { Injectable } from '@nestjs/common'; @Injectable() export class AppService { getHello(): string { return 'Hello world!'; } }