var print = function (what) { return '[from print module]' + what; }; export default print;