export function keepSecondArgument(args) { return args.arguments[1]; } export function bacon(args) { return args.arguments[1]; }