### Description Make it configurable to load all functions in a module (even private functions) ``` $env:PSModuleDev = $true Import-Module -Name <ModuleName> ``` Based on this, we can change the behavior of Export-ModuleMember to add private functions.