btch-downloader
Version:
A lightweight TypeScript/JavaScript client SDK for downloading media from social media platforms
14 lines • 485 B
TypeScript
/**
* Configuration data for the btch-downloader package.
* @module config
*
* @description Defines the configuration settings for the btch-downloader package, including the base URL for API requests and the URL for reporting issues.
*/
import type { VersionConfig } from '../Types';
/**
* The configuration object for the btch-downloader package.
* @type {VersionConfig}
*/
declare const configData: VersionConfig;
export default configData;
//# sourceMappingURL=site.d.ts.map