UNPKG

xenforo-dl

Version:
13 lines 397 B
import { DownloadTargetType } from '../XenForoDownloader.js'; export default class URLHelper { static getTargetTypeByURL(url: string): DownloadTargetType; static parseForumURL(url?: string): { slug: string; id: number; } | null; static parseThreadURL(url?: string): { slug: string; id: number; } | null; } //# sourceMappingURL=URLHelper.d.ts.map