UNPKG

api-interface

Version:
10 lines (9 loc) 263 B
import { KV } from '../types'; declare const _default: (params: KV) => Promise<{ title: string | null; favicon: string | null; description: string | null; keywords: string | null; redirect?: string | undefined; }>; export = _default;