UNPKG

slack-edge

Version:

Slack app development framework for edge functions with streamlined TypeScript support

14 lines 409 B
/*! * cookie * Copyright(c) 2012-2014 Roman Shtylman * Copyright(c) 2015 Douglas Christopher Wilson * MIT Licensed */ /** * Parse a cookie header. * * Parse the given cookie header string into an object * The object has the various cookies as keys(names) => values */ export declare function parse(str: string, options?: any | undefined): Record<string, string>; //# sourceMappingURL=cookie.d.ts.map