UNPKG

213 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3class Call {
4 constructor(context, args) {
5 this.context = context;
6 this.args = args;
7 }
8}
9exports.default = Call;