(o)
| 11094 | exports.isBuffer = __webpack_require__(615); |
| 11095 | |
| 11096 | function objectToString(o) { |
| 11097 | return Object.prototype.toString.call(o); |
| 11098 | } |
| 11099 | |
| 11100 | function pad(n) { |
| 11101 | return n < 10 ? '0' + n.toString(10) : n.toString(10); |
no outgoing calls
no test coverage detected