| 33 | type Type = "atom" | "rss" | "rdf"; |
| 34 | |
| 35 | interface Options { |
| 36 | strict?: boolean; |
| 37 | normalize?: boolean; |
| 38 | addmeta?: boolean; |
| 39 | guidlink?: boolean; |
| 40 | feedurl?: string; |
| 41 | resume_saxerror?: boolean; |
| 42 | MAX_BUFFER_LENGTH?: number; |
| 43 | } |
| 44 | |
| 45 | interface Image { |
| 46 | url: string; |
nothing calls this directly
no outgoing calls
no test coverage detected