UNPKG
htmlhint
Version:
beta (1.0.0-beta.1)
latest (1.7.1)
1.7.1
1.7.0
1.6.3
1.6.2
1.6.1
1.6.0
1.5.1
1.5.0
1.4.0
1.3.0
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
1.0.0-beta.1
0.16.3
0.16.2
0.16.1
0.16.0
0.15.2
0.15.1
0.15.0
0.15.0-beta.1
0.14.2
0.14.1
0.14.0
0.13.1
0.13.1-beta.2
0.13.1-beta.1
0.13.0
0.12.2
0.12.1
0.12.0
0.11.0
0.10.3
0.10.2
0.10.1
0.10.0
0.9.13
0.9.12
0.9.11
0.9.10
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
The Static Code Analysis Tool for your HTML
htmlhint.com
htmlhint/HTMLHint
htmlhint
/
dist
/
cli
/
parse-glob.d.ts
11 lines
•
217 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
declare
function
parseGlob
(
target:
string
):
{ base:
string
; glob:
string
; is: { glob:
boolean
; }; path: { basename:
string
; }; };
//# sourceMappingURL=parse-glob.d.ts.map