1 2 3 4 5 6 7
export function keepSecondArgument(args) { return args.arguments[1]; } export function bacon(args) { return args.arguments[1]; }