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

2 lines
51 B
JavaScript
Raw Normal View History

2019-11-19 20:48:29 +08:00
module.exports = function (n) { return n * 111; };