UNPKG

yt-dlx

Version:

Effortless Audio-Video Downloader And Streamer!

14 lines 493 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const dotenv_1 = __importDefault(require("dotenv")); const locator_1 = require("../utils/locator"); dotenv_1.default.config(); console.clear(); (async () => { const paths = await (0, locator_1.locator)(); console.log(paths); })(); //# sourceMappingURL=quick.spec.js.map