UNPKG

@shopify/shopify-app-remix

Version:

Shopify Remix - to simplify the building of Shopify Apps with Remix

6 lines 301 B
import { BasicParams } from '../../types'; export interface EnsureCORSFunction { (response: Response): Response; } export declare function ensureCORSHeadersFactory(params: BasicParams, request: Request, corsHeaders?: string[]): EnsureCORSFunction; //# sourceMappingURL=ensure-cors-headers.d.ts.map