UNPKG

btch-downloader

Version:

A lightweight TypeScript/JavaScript client SDK for downloading media from social media platforms

16 lines 374 B
"use strict"; /** * Configuration for the application watermark. * @module Watermark * */ Object.defineProperty(exports, "__esModule", { value: true }); /** * Watermark settings including developer signature. */ const watermark = { /** The developer handle used in responses. */ dev: "@prm2.0" }; exports.default = watermark; //# sourceMappingURL=config.js.map