UNPKG

fastcomments-sdk

Version:

FastComments API Client - A SDK for interacting with the FastComments API

7 lines 546 B
export { default as subscribeToChanges } from './subscribe-to-changes.js'; export type { SubscribeToChangesResult, SubscribeToChangesConfig } from './subscribe-to-changes.js'; export { subscribeToUserFeed } from './user-feed.js'; export type { UserFeedConfig } from './user-feed.js'; export { createURLQueryString, isAPIError, debounce, makeRequest } from './utils.js'; export type { LiveEvent, LiveEventType, EventLogEntry, PubSubComment, PubSubVote, FeedPost, UserNotification } from '../generated/index.js'; //# sourceMappingURL=index.d.ts.map