UNPKG

tiktok-private-api

Version:

Unofficial TikTok API wrapper for scraping user info and posts.

11 lines 342 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HTTPError = void 0; const client_error_1 = require("./client.error"); class HTTPError extends client_error_1.TikTokClientError { constructor(message) { super(message); } } exports.HTTPError = HTTPError; //# sourceMappingURL=http.error.js.map