We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b5d3f2 commit 950ae7fCopy full SHA for 950ae7f
WebSocket.psd1
@@ -9,6 +9,7 @@
9
FunctionsToExport = @('Get-WebSocket')
10
AliasesToExport = @('WebSocket','ws','wss')
11
FormatsToProcess = @('WebSocket.format.ps1xml')
12
+ TypesToProcess = @('WebSocket.types.ps1xml')
13
PrivateData = @{
14
PSData = @{
15
Tags = @('WebSocket', 'WebSockets', 'Networking', 'Web')
0 commit comments