/** * Very Important Transform */ function veryImportantTransform(foo = 'bar') { return "42"; }