substack-api
Version:
TypeScript API client for interacting with Substack webservice
8 lines (7 loc) • 379 B
TypeScript
export { Profile } from './profile';
export { OwnProfile } from './own-profile';
export { PreviewPost, FullPost } from './post';
export { Note } from './note';
export { Comment } from './comment';
export { NoteBuilder, NoteWithLinkBuilder, ParagraphBuilder, ListBuilder, ListItemBuilder } from './note-builder';
export type { TextSegment, ListItem, List } from './note-builder';