We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 662f8d9 commit eb63940Copy full SHA for eb63940
types/index.d.ts
@@ -1,5 +1,9 @@
1
import {ParserOptions} from 'htmlparser2';
2
3
+declare const parser: (html: string, options?: Options) => Node[];
4
+
5
+export default parser;
6
7
export type Directive = {
8
name: string | RegExp;
9
start: string;
0 commit comments