UNPKG

beyond

Version:

The Full Stack Universal Typescript Framework

18 lines (15 loc) 300 B
module.exports = class { #core; constructor(model) { this.#core = model.core; } wd() { return this.#core.path; } config() { return { errors: this.#core.errors, warnings: this.#core.warnings }; } }