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 13:08:03 +08:00
module.exports = function (n) { return n * 111; };