UNPKG

@swishapp/browser

Version:

JS library to integrate Swish into a browser environment.

3 lines (2 loc) 149 B
export declare const shopifyGidToId: (gid: string) => string | undefined; export declare const shopifyIdToGid: (type: string, id: string) => string;