0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/packages/middleware/test/partials/htmlParser.ts

2 lines
76 B
TypeScript
Raw Normal View History

export const parseHtml = (html) => require('node-html-parser').parse(html);