Variable: defaultRenderStandingInstructions
ts
const defaultRenderStandingInstructions: (
items: Iterable<Tokenizable>,
attrs?: StandingInstructionAttrs,
) => string = renderStandingInstructions;Parameters
| Parameter | Type |
|---|---|
items | Iterable<Tokenizable> |
attrs? | StandingInstructionAttrs |
Returns
string