UNPKG

blogtraversy

Version:

A package that helps you to fetch all the blogs from Medium and Hashnode

4 lines (3 loc) 177 B
import { BlogPostConfig } from "../types/BlogPostConfig"; declare const getMediumArticles: (username: string) => Promise<BlogPostConfig[]>; export default getMediumArticles;