UNPKG

blogtraversy

Version:

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

6 lines (5 loc) 106 B
export declare type BlogPostConfig = { url: string; title: string; thumbnail: string; };