PowerShellUniversal.StandardLibrary.psm1

Get-ChildItem $PSScriptRoot\public\*.ps1 | ForEach-Object {
    . $_.FullName
}