UNPKG

@micro.ts/core

Version:

Microservice framework with Typescript

5 lines (4 loc) 157 B
import { IConfiguration } from "./IConfiguration"; export declare class BaseConfiguration implements IConfiguration { getFromPath<T>(path: string): T; }