Files
pole-book/server/node_modules/react-redux/es/utils/batch.d.ts

5 lines
231 B
TypeScript

declare function defaultNoopBatch(callback: () => void): void;
export declare const setBatch: (newBatch: typeof defaultNoopBatch) => typeof defaultNoopBatch;
export declare const getBatch: () => typeof defaultNoopBatch;
export {};