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