mirror of
https://github.com/cupcakearmy/npm-security-walkthrough.git
synced 2025-12-15 02:14:58 +00:00
initial
This commit is contained in:
5
src/index.js
Normal file
5
src/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
sum(a, b) {
|
||||
return a + b
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user