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 d3e5381 commit 9ee01e2Copy full SHA for 9ee01e2
docs/PipeScript.TypeExpression.md
@@ -0,0 +1,39 @@
1
+
2
+PipeScript.TypeExpression
3
+-------------------------
4
+### Synopsis
5
+The PipeScript TypeExpression Transpiler
6
7
+---
8
+### Description
9
10
+Type Expressions may be transpiled.
11
12
13
+### Examples
14
+#### EXAMPLE 1
15
+```PowerShell
16
+{
17
+ [include[a.ps1]]
18
+} | .>PipeScript
19
+```
20
21
22
+### Parameters
23
+#### **TypeExpressionAst**
24
25
+The attributed expression
26
27
28
29
+|Type |Requried|Postion|PipelineInput |
30
+|-------------------------|--------|-------|--------------|
31
+|```[TypeExpressionAst]```|true |named |true (ByValue)|
32
33
+### Syntax
34
35
+PipeScript.TypeExpression -TypeExpressionAst <TypeExpressionAst> [<CommonParameters>]
36
37
38
39
0 commit comments