I'm not sure I'm even asking the question in the correct way. Basically I have a project with many modules. I would like users to be able to import * from 'myModule' and I would also like for the option to import only a specific function using a path like import thing1, {thing2} from 'myModule/things'
Will someone point me to or tell me the name of the thing I'm attempting to do?