UNPKG
@hint/hint-manifest-is-valid
Version:
latest (3.4.20)
3.4.20
3.4.19
3.4.18
3.4.17
3.4.16
3.4.15
3.4.14
3.4.13
3.4.12
3.4.11
3.4.10
3.4.9
3.4.8
3.4.7
3.4.6
3.4.5
3.4.4
3.4.3
3.4.2
3.4.1
3.4.0
3.3.8
3.3.7
3.3.6
3.3.5
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.2.11
3.2.10
3.2.9
3.2.8
3.2.7
3.2.6
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
2.1.0
2.0.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
1.0.0-beta.0
hint that that checks if the web app manifest file is valid
webhint.io
webhintio/hint
@hint/hint-manifest-is-valid
/
dist
/
src
/
i18n.import.d.ts
3 lines
•
283 B
TypeScript
View Raw
1
2
3
export
declare
type
MessageName
=
'description'
|
'invalidValue'
|
'name'
|
'unsupportedValue'
|
'validJSON'
;
export
declare
const
getMessage
:
(
message
:
MessageName
,
language
:
string
,
substitutions
?:
string
|
string
[] |
undefined
) =>
string
;
//# sourceMappingURL=i18n.import.d.ts.map