UNPKG

@shopify/shopify-api

Version:

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

3 lines 250 B
export type SafeCompare = (strA: string | Record<string, string> | string[] | number[], strB: string | Record<string, string> | string[] | number[]) => boolean; export declare const safeCompare: SafeCompare; //# sourceMappingURL=safe-compare.d.ts.map