instagram-private-api
Version:
Instagram private API wrapper for full access to instagram
8 lines • 345 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.IgPrivateUserError = void 0;
const ig_response_error_1 = require("./ig-response.error");
class IgPrivateUserError extends ig_response_error_1.IgResponseError {
}
exports.IgPrivateUserError = IgPrivateUserError;
//# sourceMappingURL=ig-private-user.error.js.map
;