All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.reactors.debugger.js.base.js Maven / Gradle / Ivy

The newest version!
"use strict";


class ShellAdapter {
  constructor(uid) {
    this.uid = uid;
  }

  eval(api, cmd) {
    return api.replEval(this.uid, cmd);
  }

  close(api) {
    return api.replClose(this.uid);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy