UNPKG

blogtraversy

Version:

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

5 lines (4 loc) 104 B
export declare type UsernameConfig = { mediumUsername: string; hashnodeUsername: string; };