UNPKG

@breadcrum/extract-meta

Version:
7 lines 196 B
export function extractMeta(document: Document): ExtractMetaMeta; export type ExtractMetaMeta = { title: string; summary: string; tags: string[]; }; //# sourceMappingURL=index.d.ts.map