UNPKG

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