"use strict"; var a = function a(_ref) { var target = _ref.target; return console.log(target); }; a({ target: "I am a target" });