mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
2 lines
76 B
TypeScript
2 lines
76 B
TypeScript
|
export const parseHtml = (html) => require('node-html-parser').parse(html);
|