1 2 3 4 5
import * as pxs from 'pxs'; export const function_from_outside = () => { pxs.print("Calling function from outside!"); }