/**
* @namespace test
*/
export default {
/**
* Say hello
* @memberof test
* @return {string}
*/
hello: function hello() {
return '';
}
}
/**
* @namespace test
*/
export default {
/**
* Say hello
* @memberof test
* @return {string}
*/
hello: function hello() {
return '';
}
}