diff --git a/Types/Irregular/Get.ps1 b/Types/Irregular/Get.ps1 new file mode 100644 index 0000000..f6a394a --- /dev/null +++ b/Types/Irregular/Get.ps1 @@ -0,0 +1,17 @@ +<# +.SYNOPSIS + Gets Irregular +.DESCRIPTION + Gets Irregular. + + Get is the default noun, so you can also just call this `Irregular`. +#> +param() + +$anyInput = @($input) +$anyArguments = @($args) +if (-not $anyInput -or $anyArguments) { + return $this +} + +