1
2
3
export const test = function () {
console.info("Hello world");
};