UNPKG

quilon

Version:

Generate ERDs from your entity files automagically

10 lines (9 loc) 254 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AbstractCommand = void 0; class AbstractCommand { constructor() { this.execute = this.execute.bind(this); } } exports.AbstractCommand = AbstractCommand;