UNPKG

bluesky-embed-core

Version:
3 lines (2 loc) 213 B
import type { PostThread, PostThreadConfig, PostThreadParams } from "./types/index.js"; export declare function getPostThread(params: PostThreadParams, config?: PostThreadConfig): Promise<PostThread | undefined>;