UNPKG

tiktok-private-api

Version:

Unofficial TikTok API wrapper for scraping user info and posts.

11 lines 406 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UserNotfoundError = void 0; const client_error_1 = require("./client.error"); class UserNotfoundError extends client_error_1.TikTokClientError { constructor() { super("User with exact username not found."); } } exports.UserNotfoundError = UserNotfoundError; //# sourceMappingURL=user-notfound.error.js.map