UNPKG

@shopify/shopify-api

Version:

Shopify API Library for Node - accelerate development with support for authentication, graphql proxy, webhooks

4 lines 314 B
import { ConfigInterface } from '../base-types'; export declare function sanitizeShop(config: ConfigInterface): (shop: string, throwOnInvalid?: boolean) => string | null; export declare function sanitizeHost(): (host: string, throwOnInvalid?: boolean) => string | null; //# sourceMappingURL=shop-validator.d.ts.map