UNPKG

@miracledevs/paradigm-express-webapi

Version:

An easy to use MVC WebApi implementation over Express.

7 lines (6 loc) 242 B
import { IConfigurationSource } from "./configuration-source.interface"; export declare class JsonConfigurationSource implements IConfigurationSource { private readonly filePath; constructor(filePath: string); get(): any; }