chroma/lexers/testdata/bicep/bicep-function-any.actual
2025-03-22 20:46:00 +13:00

3 lines
No EOL
60 B
Text

publicIPAddress: any((pipId == '') ? null : {
id: pipId
})