- ArrayChild
- ArrayContainer
- ArrayField
- Block
- BlockChild
- BooleanField
- BooleanPrimitive
- CompoundExpression
- Container
- Expression
- Field
- FunctionExpression
- IfBlock
- Node
- NullField
- NullPrimitive
- NumberField
- NumberPrimitive
- ObjectChild
- ObjectContainer
- ObjectField
- PipeExpression
- Primitive
- StringField
- StringPrimitive
Ƭ ExpressionType: "null"
| "string"
| "number"
| "boolean"
| "array"
| "object"
Ƭ Template: null
| string
| number
| boolean
| Expression
<ExpressionType
> | Block
| Template
[] | { [key: string]: Template
; }
• Const
Chart: Readonly
<Object
>
• Const
Release: Readonly
<Object
>
• Const
Values: Builder
• Const
fn: Object
Name | Type |
---|---|
if |
(condition : Expression <ExpressionType >, block : Template ) => IfBlock |
toYaml |
(input : Expression <ExpressionType >) => Expression <ExpressionType > |
▸ parse(template
): Node
Name | Type |
---|---|
template |
Template |
▸ print(node
): string
Name | Type |
---|---|
node |
Node |
string