export function gas(...args) {
  const origGas = window['gas'];
  if (typeof origGas === 'function') {
    return origGas.apply(this, args);
  }