chroma/lexers/testdata/bicep/bicep-function-any.actual

3 lines
60 B
Text
Raw Normal View History

2025-03-22 20:46:00 +13:00
publicIPAddress: any((pipId == '') ? null : {
id: pipId
})