export markdownSummary singleton from core

This commit is contained in:
Rob Herley
2022-03-01 21:32:26 -05:00
parent 7d95d2cec9
commit 0fc0befe24
2 changed files with 13 additions and 5 deletions

View File

@@ -359,3 +359,8 @@ export function getState(name: string): string {
export async function getIDToken(aud?: string): Promise<string> {
return await OidcClient.getIDToken(aud)
}
/**
* Markdown summary exports
*/
export {markdownSummary} from './markdown-summary'