mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-22 22:40:14 +00:00
3 lines
49 B
JavaScript
3 lines
49 B
JavaScript
|
({
|
||
|
add: function (a, b) { return a + b; },
|
||
|
})
|