mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-25 22:32:29 +03:00
3 lines
49 B
JavaScript
3 lines
49 B
JavaScript
|
({
|
||
|
add: function (a, b) { return a + b; },
|
||
|
})
|