Function: renderStandingInstructions()
ts
function renderStandingInstructions(
items: Iterable<Tokenizable>,
attrs?: StandingInstructionAttrs,
): string;Parameters
| Parameter | Type |
|---|---|
items | Iterable<Tokenizable> |
attrs? | StandingInstructionAttrs |
Returns
string