UNPKG

curli-config

Version:

A small library to load/validate configuration files placed in different sides of the application using environments

11 lines (7 loc) 154 B
export class FilesPathModel { constructor (private path: string) { } public getPath (): string { return this.path; } }