add & deprecate old markdownSummary export

This commit is contained in:
Rob Herley
2022-05-05 19:44:13 +00:00
committed by GitHub
parent 01aceeaad6
commit 07242b37a4
2 changed files with 12 additions and 2 deletions

View File

@@ -364,3 +364,8 @@ export async function getIDToken(aud?: string): Promise<string> {
* Summary exports
*/
export {summary} from './summary'
/**
* @deprecated use core.summary
*/
export {markdownSummary} from './summary'