(recurrence: string)
| 505 | * Converts rrule string to human-readable text |
| 506 | */ |
| 507 | export function getRecurrenceDisplayText(recurrence: string): string { |
| 508 | return getRecurrenceDisplayTextCore(recurrence); |
| 509 | } |
| 510 | |
| 511 | /** |
| 512 | * Extracts note information from a note file's content |
no outgoing calls
no test coverage detected