UNPKG

wiki-entity

Version:
9 lines (8 loc) 455 B
import { WikiEntity, WikiEntitiesParams } from "./types"; import { Api as WikipediaApi } from "./wikipedia/api"; export { simplifyEntity } from "./wikidata/simplify_entity"; export { WikipediaApi }; export * from "./simpleEntity"; export * from "./types"; export declare function getEntities(params: WikiEntitiesParams): Promise<WikiEntity[]>; export declare function mapRedirects(titles: string[], lang: string): Promise<Record<string, string>>;