UNPKG

mwoffliner

Version:
9 lines (8 loc) 267 B
/** * Interface to build URLs based on Downloader desktop URL */ export default class WikimediaDesktopURLDirector { baseDomain: string; constructor(baseDomain: string); buildArticleURL(articleId: string, articleUrlOpts?: RendererArticleOpts): string; }