An open API service indexing awesome lists of open source software.

https://github.com/fluxnull/use-ternary

Use-Ternary is a PowerShell function that emulates a ternary operator (condition ? trueValue : falseValue) in PowerShell 5.0. It simplifies conditional expressions, improving readability while maintaining efficiency.
https://github.com/fluxnull/use-ternary

powershell powershell5 ternary ternary-operator

Last synced: 4 months ago
JSON representation

Use-Ternary is a PowerShell function that emulates a ternary operator (condition ? trueValue : falseValue) in PowerShell 5.0. It simplifies conditional expressions, improving readability while maintaining efficiency.

Awesome Lists containing this project