Skip to content

Instantly share code, notes, and snippets.

@scarf005
Created May 18, 2023 03:52
Show Gist options
  • Save scarf005/2b68f524e92a54dfdbc789fd600b4777 to your computer and use it in GitHub Desktop.
Save scarf005/2b68f524e92a54dfdbc789fd600b4777 to your computer and use it in GitHub Desktop.
declare global {
interface PromiseConstructor {
resolve<const T>(value: T): Promise<Awaited<T>>
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment