Skip to content

Commit 56f7649

Browse files
✨ [Feature]: Export all functions and aliases for easier access
1 parent cffa23c commit 56f7649

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Jwt.psm1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,3 +444,4 @@ https://jwt.io/
444444

445445

446446
Set-Alias -Name 'Verify-JwtSignature' -Value 'Test-Jwt' -Description 'An alias, using non-standard verb'
447+
Export-Member -Function '*' -Alias '*'

0 commit comments

Comments
 (0)