UNPKG

150 BTypeScriptView Raw
1/**
2 * Sets response Content-Type.
3 * Must be applied on a controller action.
4 */
5export declare function ContentType(contentType: string): Function;