UNPKG

@mr-hope/vuepress-plugin-reading-time

Version:
15 lines (14 loc) 206 B
export interface ReadingTime { /** * expect reading time * * 期望的阅读时间 */ minutes: number; /** * words of current page * * 当前页的字数 */ words: number; }