UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

6 lines (5 loc) 440 B
import type { Author, AuthorInfo } from "./author.js"; export declare const getAuthor: (author: Author | false | undefined, canDisable?: boolean) => AuthorInfo[]; export declare const getStringArray: (value: string[] | string | undefined, optionName: string) => string[]; export declare const getCategory: (category: string[] | string | undefined) => string[]; export declare const getTag: (tag: string[] | string | undefined) => string[];