'use strict';

/**
 * 
 * @returns {string} abc
 */
function func() {
    return "";
};

export { func };

