/** * Very Important Transform */ function veryImportantTransform( input: Array, options: Object = {} ): string { return "42"; }