(clientSDK)
| 16 | } |
| 17 | |
| 18 | function supportsForwardDelete(clientSDK) { |
| 19 | return compatible({ |
| 20 | js: '>=1.9.0', |
| 21 | })(clientSDK); |
| 22 | } |
| 23 | |
| 24 | function fromString(version) { |
| 25 | const versionRE = /([-a-zA-Z]+)([0-9\.]+)/; |
nothing calls this directly
no test coverage detected
searching dependent graphs…