UNPKG
szheqd21qcall
Version:
latest (1.0.1)
1.0.1
1.0.0
```
szheqd21qcall
/
lib
/
call.js
11 lines
(7 loc)
•
180 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
const
path
=
require
(
"path"
); const add =
require
(
path
.join(__dirname,
"app.js"
)); const
sub
=
require
(
path
.join(__dirname,
"sub.js"
));
module
.exports={ add,
sub
}