mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-11 02:15:57 -05:00
1 line
76 B
TypeScript
1 line
76 B
TypeScript
export const parseHtml = (html) => require('node-html-parser').parse(html);
|