(...args: any[])
| 13 | import { stableStringify } from "./stringify"; |
| 14 | |
| 15 | const defaultComputeCacheKey = (...args: any[]) => stableStringify([...args]); |
| 16 | |
| 17 | // reuse previous promise when a request call |
| 18 | // and previous request not completed |
nothing calls this directly
no outgoing calls
no test coverage detected