//myfile.js export function fn1() {...} export function fn2() {...} import * as MyFn from blabla myFn.fn1();