MustachePlaceholders/functions/isEmpty.ps1


Register-PlaceholderFunction "isEmpty" {
    param($thisValue)
    return (-not ( & $global:PlaceholderFunctions['isSet'] $thisValue ))
}