()
| 82 | */ |
| 83 | Object.defineProperty(exports, "Promise", { |
| 84 | get() { |
| 85 | console.warn( |
| 86 | "ioredis v5 does not support plugging third-party Promise library anymore. Native Promise will be used." |
| 87 | ); |
| 88 | return Promise; |
| 89 | }, |
| 90 | set(_lib: unknown) { |
| 91 | console.warn( |
| 92 | "ioredis v5 does not support plugging third-party Promise library anymore. Native Promise will be used." |
nothing calls this directly
no outgoing calls
no test coverage detected