UNPKG

@brandboostinggmbh/shopify-app-react-router

Version:

Shopify React Router - to simplify the building of Shopify Apps with React Router v7

12 lines 453 B
export interface IdempotentHandlePromiseParams { promiseFunction: () => Promise<any>; identifier: string; } export declare class IdempotentPromiseHandler { protected identifiers: Map<string, number>; constructor(); handlePromise({ promiseFunction, identifier, }: IdempotentHandlePromiseParams): Promise<any>; private isPromiseRunnable; private clearStaleIdentifiers; } //# sourceMappingURL=idempotent-promise-handler.d.ts.map