UNPKG
@hint/hint-apple-touch-icons
Version:
latest (4.0.23)
4.0.23
4.0.22
4.0.21
4.0.20
4.0.19
4.0.18
4.0.17
4.0.16
4.0.15
4.0.14
4.0.13
4.0.12
4.0.11
4.0.10
4.0.9
4.0.8
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.2.3
3.2.2
3.2.1
3.2.0
3.1.11
3.1.10
3.1.9
3.1.8
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
2.1.2
2.1.1
2.1.0
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-beta.0
hint for best practices related to the apple-touch-icons
webhint.io
webhintio/hint
@hint/hint-apple-touch-icons
/
dist
/
src
/
hint.d.ts
6 lines
•
233 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
HintContext
,
IHint
}
from
'hint'
;
export
default
class
AppleTouchIconsHint
implements
IHint
{
static
readonly
meta
:
import
(
"hint"
).
HintMetadata
;
constructor
(
context
:
HintContext
); }
//# sourceMappingURL=hint.d.ts.map