(s)
| 37166 | s.every((s, i) => s === o[i]), |
| 37167 | list = (...s) => s |
| 37168 | class Cache extends Map { |
| 37169 | delete(s) { |
| 37170 | const o = Array.from(this.keys()).find(shallowArrayEquals(s)) |
| 37171 | return super.delete(o) |
| 37172 | } |
| 37173 | get(s) { |
| 37174 | const o = Array.from(this.keys()).find(shallowArrayEquals(s)) |
no test coverage detected