For the complete documentation index, see llms.txt. This page is also available as Markdown.

πŸ“‰UnpackPromise

Deprecated. Extract the packed type of a Promise

declare const prStr: Promise<string>;

//str is of type string
declare const str: UnpackPromise<typeof pr>;

Last updated

Was this helpful?