UNPKG

ern-api-gen

Version:

Electrode Native API generator

11 lines 316 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class Command { constructor({ name, description }, options = []) { this.name = name; this.description = description; this.options = options; } } exports.Command = Command; //# sourceMappingURL=Command.js.map