(path)
| 2352 | var _createDOMHistory2 = _interopRequireDefault(_createDOMHistory); |
| 2353 | |
| 2354 | function isAbsolutePath(path) { |
| 2355 | return typeof path === 'string' && path.charAt(0) === '/'; |
| 2356 | } |
| 2357 | |
| 2358 | function ensureSlash() { |
| 2359 | var path = _DOMUtils.getHashPath(); |
no outgoing calls
no test coverage detected
searching dependent graphs…