UNPKG

@sustain/core

Version:

Sustain is a Framework that is barely used despedcies to make stable and sustainable apps

9 lines (8 loc) 254 B
import { DependencyContainer } from './di/dependency-container'; export declare class TestEnvironment { testModule: any; container: DependencyContainer; constructor(); buildModule(module: any): any; get(provider: any): any; }