UNPKG

curli-config

Version:

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

12 lines (11 loc) 258 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class FilesPathModel { constructor(path) { this.path = path; } getPath() { return this.path; } } exports.FilesPathModel = FilesPathModel;