Closed Eoksni closed 7 years ago
callMethod is exactly the same in all *.method.js files. Extract it to another file and just import it. and switch from using arguments to ...args
callMethod
*.method.js
arguments
...args
callMethod
is exactly the same in all*.method.js
files. Extract it to another file and just import it. and switch from usingarguments
to...args