1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 03:18:36 +00:00
Files
UXP/devtools/client/debugger/new/test/mochitest/examples/output.js
T

6 lines
75 B
JavaScript

function output(str) {
console.log(str);
}
module.exports = { output };