UNPKG

instagram-private-api

Version:

Instagram private API wrapper for full access to instagram

8 lines 342 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NewsFeedResponseStoriesItem = void 0; const entity_1 = require("../core/entity"); class NewsFeedResponseStoriesItem extends entity_1.Entity { } exports.NewsFeedResponseStoriesItem = NewsFeedResponseStoriesItem; //# sourceMappingURL=news.feed.response.js.map