exportFrom(pkg, {"symbol1", "symbol2"})
This function can be used to export specific symbols from the private dictionary of another package.
i1 : exportFrom_Core {"HTML"} o1 = {HTML} o1 : List
The object exportFrom is a method function.