(length)
| 2607 | var _deprecate2 = _interopRequireDefault(_deprecate); |
| 2608 | |
| 2609 | function createRandomKey(length) { |
| 2610 | return Math.random().toString(36).substr(2, length); |
| 2611 | } |
| 2612 | |
| 2613 | function locationsAreEqual(a, b) { |
| 2614 | return a.pathname === b.pathname && a.search === b.search && |
no outgoing calls
no test coverage detected
searching dependent graphs…