(rs)
| 32 | } |
| 33 | |
| 34 | function isReadStream (rs) { |
| 35 | return rs.readable && rs.path && rs.mode |
| 36 | } |
| 37 | |
| 38 | function toBase64 (str) { |
| 39 | return Buffer.from(str || '', 'utf8').toString('base64') |
no outgoing calls
no test coverage detected
searching dependent graphs…