UNPKG

szheqd21qcall

Version:

```

17 lines (6 loc) 261 B
const path =require("path"); const caclObj =require(path.join(__dirname,"lib/call.js")); console.log(caclObj.add(1,1)); console.log(caclObj.sub(2,1)); // const sub =require(path.join(__dirname,"lib/sub.js")); // console.log(sub(1,1));