UNPKG

@softvisio/core

Version:
19 lines (14 loc) 366 B
import Acme from "./acme.js"; export default Super => class extends Super { // protected async _install () { return new Acme( this.app, this.config ); } async _configure () { return this.instance.configure(); } async _init () { return this.instance.init(); } };