UNPKG

154 BTypeScriptView Raw
1/**
2 * Redirects request to the specified URL.
3 *
4 * @publicApi
5 */
6export declare function Redirect(url?: string, statusCode?: number): MethodDecorator;