UNPKG

sdhandler

Version:
10 lines (9 loc) 228 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Command = void 0; class Command { constructor(options) { Object.assign(this, options); } } exports.Command = Command;