mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-03 23:09:17 -05:00
2 lines
76 B
TypeScript
2 lines
76 B
TypeScript
|
export const parseHtml = (html) => require('node-html-parser').parse(html);
|