We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b7cfbf commit c2349adCopy full SHA for c2349ad
index.js
@@ -1,6 +1,6 @@
1
'use strict';
2
3
-var Parser = require('htmlparser2/lib/Parser');
+var { Parser } = require('htmlparser2');
4
5
/**
6
* @see https://github.com/fb55/htmlparser2/wiki/Parser-options
0 commit comments