mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
8 lines
150 B
JavaScript
8 lines
150 B
JavaScript
export function keepSecondArgument(bacon1234) {
|
|
return bacon1234.arguments[1];
|
|
}
|
|
|
|
export function bacon(heloooo) {
|
|
return heloooo.arguments[1];
|
|
}
|