6 linhas
111 B
JavaScript
6 linhas
111 B
JavaScript
function battery(name, deps) {
|
|
// Nothing special on the backend for now
|
|
};
|
|
|
|
module.exports = battery;
|