I have a file1.js with a function that fires up alert(): file1.js
export function test(value){ alert(value); //string } <