PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/browserify/test/reverse_multi_bundle

Просмотр файла: lazy.js

t.equal(
  require("./shared")(),2,
  "lazy.js can use the shared library"
);
t.equal(
  require("not/real")(),1,
  "lazy.js can use library code with arbitrary names"
);

Выполнить команду


Для локальной разработки. Не используйте в интернете!