1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-17 05:48:50 +00:00
Files
UXP/devtools/client/debugger/new/test/mochitest/examples/times2.js
T

4 lines
49 B
JavaScript

module.exports = function(x) {
return x * 2;
}