UNPKG

emberplus-connection

Version:

Javascript implementation of the Ember+ automation protocol

11 lines 296 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InvocationImpl = void 0; class InvocationImpl { constructor(id, args) { this.id = id; this.args = args; } } exports.InvocationImpl = InvocationImpl; //# sourceMappingURL=Invocation.js.map