UNPKG

147 BTypeScriptView Raw
1/**
2 * Sets response header.
3 * Must be applied on a controller action.
4 */
5export declare function Header(name: string, value: string): Function;