UNPKG

@softvisio/core

Version:
11 lines (8 loc) 193 B
import Env from "./env.js"; export default Super => class extends Super { // protectes _install () { return new Env( this.app, this.config ); } };