Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Jax
0.1.0
MustachePlaceholders/functions/isEmpty.ps1
Register-PlaceholderFunction
"isEmpty"
{
param
(
$thisValue
)
return
(
-not
(
&
$global:PlaceholderFunctions
[
'isSet'
]
$thisValue
)
)
}