getRedditRedirectPostUrl(Defined in: packages/reddit-helpers/src/lib/reddit.ts:50 Gets the proper URL of a reddit post in case an URL was provided that redirects to a post. This happens when the shortlink is provided from the official Reddit app.path):Promise<string|null>
Parameters
path
string
The shortlink path to get the redirect for.
Returns
Promise<string | null>
The proper URL of the post from headers.get('Location')