UNPKG

blogtraversy

Version:

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

4 lines (3 loc) 202 B
import { BlogPostConfig } from "../types/BlogPostConfig"; declare const getLatestHashnodePosts: (username: string, page?: number) => Promise<BlogPostConfig[]>; export default getLatestHashnodePosts;