Private/PrivateFunctionsList.txt

This directory should contain functions that other functions or scripts within this module would call during execution. The functions in this directory are not required to be exposed by the module.
 
Example:
function Private:isURI ([string] $address)
{
   ($address -as [System.URI]).AbsoluteURI -ne $null
}