Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
icinga-powershell-framework
1.5.1
lib/core/tools/New-IcingaNewLine.psm1
function
New-IcingaNewLine
(
)
{
return
"`r`n"
;
}