UNPKG
@bonniernews/abbe-api-utils
Version:
latest (1.1.0)
1.1.0
1.0.2
1.0.1
1.0.0
Utilities for converting to Abbe article format
github.com/BonnierNews/abbe-api-utils
@bonniernews/abbe-api-utils
/
dist
/
schemaValidator.d.ts
3 lines
(2 loc)
•
121 B
TypeScript
View Raw
1
2
3
declare
const
validateArticleSchema
:
(
article
:
any
,
abbeUrl
:
string
) =>
Promise
<
void
>;
export
{ validateArticleSchema };