( leadingSymbol: string, trailingSymbol: string, parts: string, options: DateOptionsReq, renderOptions?: RenderOptions | undefined )
| 1595 | } |
| 1596 | |
| 1597 | const renderDateOutput = ( |
| 1598 | leadingSymbol: string, |
| 1599 | trailingSymbol: string, |
| 1600 | parts: string, |
| 1601 | options: DateOptionsReq, |
| 1602 | renderOptions?: RenderOptions | undefined |
| 1603 | ) => renderPrompt(parts, options.message, leadingSymbol, trailingSymbol, renderOptions) |
| 1604 | |
| 1605 | const renderDateNextFrame = Effect.fnUntraced(function*(state: DateState, options: DateOptionsReq) { |
| 1606 | const figures = yield* platformFigures |
no test coverage detected