UNPKG

@allthings/cloud-toolkit

Version:

Standardizes the setup of aws, datadog and other things

5 lines (4 loc) 212 B
import { IInterfaceRequest } from '../../types'; export type IInterfaceCookie = Readonly<Record<string, string>>; declare const cookies: (request: IInterfaceRequest) => IInterfaceRequest; export default cookies;