UNPKG

166 BTypeScriptView Raw
1/**
2 * Sets Redirect header with given value to the response.
3 * Must be applied on a controller action.
4 */
5export declare function Redirect(url: string): Function;