sed 's/markdownSummary/summary/g'

This commit is contained in:
Rob Herley
2022-05-05 17:29:20 +00:00
committed by GitHub
parent 91b7bf978c
commit 3d29fb91d1
3 changed files with 77 additions and 83 deletions

View File

@@ -361,6 +361,6 @@ export async function getIDToken(aud?: string): Promise<string> {
}
/**
* Markdown summary exports
* Summary exports
*/
export {markdownSummary} from './markdown-summary'
export {summary} from './summary'