1
0

input.js 61 B

123
  1. setup.qsp_input = (msg) => {
  2. return window.prompt(msg);
  3. }