@shopify/shopify-api
Version:
Shopify API Library for Node - accelerate development with support for authentication, graphql proxy, webhooks
4 lines • 337 B
TypeScript
import { ConfigInterface } from '../base-types';
export declare function sanitizeShop(config: ConfigInterface): (shop: string, throwOnInvalid?: boolean) => string | null;
export declare function sanitizeHost(config: ConfigInterface): (host: string, throwOnInvalid?: boolean) => string | null;
//# sourceMappingURL=shop-validator.d.ts.map