github-pages-deploy-action/node_modules/resolve/test/module_dir/zmodules/bbb/main.js

2 lines
51 B
JavaScript
Raw Normal View History

2020-01-28 12:58:23 +08:00
module.exports = function (n) { return n * 111; };