(doc)
| 1646 | } |
| 1647 | |
| 1648 | function isNotSingleDoc(doc) { |
| 1649 | return doc === null || typeof doc !== 'object' || Array.isArray(doc); |
| 1650 | } |
| 1651 | |
| 1652 | const validRevRegex = /^\d+-[^-]*$/; |
| 1653 | function isValidRev(rev$$1) { |
no outgoing calls
no test coverage detected
searching dependent graphs…