private/ConvertTo-GlyPSStyle.ps1

function ConvertTo-GlyPSStyle {
  param(
    [GlyStyle] $Style
  )

  return ConvertTo-GlyAnsiStyle -Style $Style
}