UNPKG

@balte/emberplus-connection

Version:
11 lines (10 loc) 258 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;