export function play(a) { console.log('Hello '+ a); }
then
import { play } from './audio.js'; play('you');
=> Hello you
Tested with https://playcode.io/
Did you also try to clear your browser cache ?