mirror of https://github.com/webpack/webpack.git
3 lines
55 B
JavaScript
3 lines
55 B
JavaScript
|
var add = require("add");
|
||
|
|
||
|
module.exports = add(40, 2);
|