UNPKG

extract-hrefs

Version:

This library is used to extract hrefs from a given HTML string.

4 lines (2 loc) 99 B
declare const extractHrefs: (htmlString: string) => string[]; export { extractHrefs as default };