UNPKG

@vuepress/shared-utils

Version:
10 lines (9 loc) 267 B
declare const _default: (frontmatter: Record<string, any>, strippedContent: string) => string | void; /** * Infer a page's title via frontmatter and content. * * @param {object} frontmatter * @param {string} strippedContent * @returns {*} */ export = _default;