UNPKG

@thisisagile/easy

Version:

Straightforward library for building domain-driven microservice architectures

6 lines (5 loc) 138 B
import { Scope } from './Scope'; export declare class App extends Scope { constructor(name: string); static readonly Main: App; }