Public/Get-ExitCodes.ps1

function Get-ExitCodes {
  [CmdletBinding()]
  param ()
  end {
    return [devConstants]::data['ExitCodes']
  }
}