UNPKG

get-wikipedia-article

Version:

Fetch Wikipedia article resources (e.g. title, body, links...).

5 lines (3 loc) 167 B
import { articleType } from 'fullfiller-common/src/types'; /** which resources to include in the return object */ export type includeType = Array<keyof articleType>;