Hi everyone,
I am writing a module which contains some functions that aren't needed to be accessed externally, they don't need to be exported by default. They only perform tasks relevant to the internal workings of the module.
Is there a way to provide private access to these functions for this module only and prevent any calls from external scripts?