One thing I have done is use the verb-noun naming convention for functions I want to export, but leave out the hyphen in helper functions.
Then, export-modulemember *-* takes care of only exporting what you want to export.
One thing I have done is use the verb-noun naming convention for functions I want to export, but leave out the hyphen in helper functions.
Then, export-modulemember *-* takes care of only exporting what you want to export.