UNPKG

@rowanmanning/feed-parser

Version:

A well-tested and resilient parser for RSS and Atom feeds

7 lines 226 B
export type Contact = { name: string | null; email: string | null; url: string | null; }; export function parseContactString(authorString: string): Contact | null; //# sourceMappingURL=parse-contact-string.d.ts.map