UNPKG

bedetheque-scraper

Version:

NodeJS script to scrap the entire database of dbgest.com / bedetheque.com (approx. 260.000+ albums)

14 lines (13 loc) 363 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Utils = /** @class */ (function () { function Utils() { } Utils.setTimeoutPromise = function (ms) { return new Promise(function (resolve) { setTimeout(function () { resolve(); }, ms); }); }; return Utils; }()); exports.Utils = Utils;