(buffer)
| 21 | } |
| 22 | |
| 23 | var cloneBinaryObject = (buffer) => Buffer.from(buffer); |
| 24 | |
| 25 | // most of this is borrowed from lodash.isPlainObject: |
| 26 | // https://github.com/fis-components/lodash.isplainobject/ |
no outgoing calls
no test coverage detected
searching dependent graphs…