UNPKG

youtube-likes-downloader

Version:
7 lines 242 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.formatTitle = formatTitle; function formatTitle({ id, title, channel }) { return `${title} [${channel}].${id}`; } //# sourceMappingURL=formatTitle.js.map