test/node_modules/@vuepress/plugin-seo/lib/node/utils/getAuthor.d.ts
2024-08-13 09:27:52 +08:00

3 lines
161 B
TypeScript

import type { AuthorInfo, SeoAuthor } from '../../typings/index.js';
export declare const getSEOAuthor: (author: SeoAuthor | false | undefined) => AuthorInfo[];