Skip to content

Commit

Permalink
feat: Irregular.Get ( Fixes #220 )
Browse files Browse the repository at this point in the history
  • Loading branch information
James Brundage committed May 25, 2024
1 parent 9c6b264 commit 26ea7ec
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Types/Irregular/Get.ps1
Original file line number Diff line number Diff line change
@@ -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
}


0 comments on commit 26ea7ec

Please sign in to comment.