reelflow
Version:
Elegant and powerful Instagram video downloader for seamless content extraction
7 lines • 320 B
TypeScript
export { InstagramError as ReelflowError } from './types.js';
export declare const getVideoInfo: (url: string) => Promise<import("./types.js").VideoInfo>;
declare const _default: {
getVideoInfo: (url: string) => Promise<import("./types.js").VideoInfo>;
};
export default _default;
//# sourceMappingURL=index.d.ts.map