UNPKG
@hint/hint-http-compression
Version:
latest (5.2.27)
5.2.27
5.2.26
5.2.25
5.2.24
5.2.23
5.2.22
5.2.21
5.2.20
5.2.19
5.2.17
5.2.16
5.2.15
5.2.14
5.2.13
5.2.12
5.2.11
5.2.10
5.2.9
5.2.8
5.2.7
5.2.6
5.2.5
5.2.4
5.2.3
5.2.2
5.2.1
5.2.0
5.1.11
5.1.10
5.1.9
5.1.8
5.1.7
5.1.6
5.1.5
5.1.4
5.1.3
5.1.2
5.1.1
5.1.0
5.0.2
5.0.1
5.0.0
4.0.1
4.0.0
3.1.1
3.1.0
3.0.0
2.0.1
2.0.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-beta.0
hint for HTTP compression related best practices
webhint.io
webhintio/hint
@hint/hint-http-compression
/
dist
/
src
/
types.d.ts
7 lines
•
170 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
type
CompressionCheckOptions
= {
brotli
:
boolean
;
gzip
:
boolean
;
threshold
:
number
;
zopfli
:
boolean
; };
//# sourceMappingURL=types.d.ts.map