UNPKG

231 BTypeScriptView Raw
1/**
2 * Injects all request's cookies to the controller action parameter.
3 * Must be applied on a controller action parameter.
4 */
5export declare function CookieParams(): (object: Object, methodName: string, index: number) => void;