UNPKG

hexo-blogger-xml

Version:

Import xml blogger to hexo

7 lines (6 loc) 244 B
import data from './entry.json'; import comments from './entry-comments.json'; import replies from './entry-replies.json'; export type Entry = typeof data; export type EntryComments = typeof comments; export type EntryReplies = typeof replies;