We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f92ed4d commit 93e8032Copy full SHA for 93e8032
docs/Pipescript.FunctionDefinition.md
@@ -0,0 +1,30 @@
1
+
2
+Pipescript.FunctionDefinition
3
+-----------------------------
4
+### Synopsis
5
+PipeScript Function Transpiler
6
7
+---
8
+### Description
9
10
+Transpiles Function Definitions.
11
12
13
+### Parameters
14
+#### **FunctionDefinition**
15
16
+An abstract syntax tree function definition.
17
18
19
20
+|Type |Requried|Postion|PipelineInput |
21
+|-----------------------------|--------|-------|--------------|
22
+|```[FunctionDefinitionAst]```|true |named |true (ByValue)|
23
24
+### Syntax
25
+```PowerShell
26
+Pipescript.FunctionDefinition -FunctionDefinition <FunctionDefinitionAst> [<CommonParameters>]
27
+```
28
29
30
0 commit comments