UNPKG

@micro.ts/core

Version:

Microservice framework with Typescript

4 lines (3 loc) 73 B
export interface IConfiguration { getFromPath<T>(path: string): T; }