(t)
| 11 | * Copyright (c) 2015, Jon Schlinkert. |
| 12 | * Licensed under the MIT License. |
| 13 | */t.exports=function(t){return null!=t&&("object"==typeof t||"function"==typeof t)}},function(t,e,r){"use strict";var n=r(59),i=r(60);function o(t,e){for(var r in e)c(e,r)&&(t[r]=e[r])}function s(t){return t&&"string"==typeof t}function a(t){var e={};for(var r in t)e[r]=t[r];return e}function u(t){return t&&"object"==typeof t||n(t)}function c(t,e){return Object.prototype.hasOwnProperty.call(t,e)}t.exports=Object.assign||function(t){if(null==t)throw new TypeError("Cannot convert undefined or null to object");u(t)||(t={});for(var e=1;e<arguments.length;e++){var r=arguments[e];s(r)&&(r=a(r)),u(r)&&(o(t,r),i(t,r))}return t}},function(t,e){function r(t){return!!t.constructor&&"function"==typeof t.constructor.isBuffer&&t.constructor.isBuffer(t)} |
| 14 | /*! |
| 15 | * Determine if an object is a Buffer |
| 16 | * |
no test coverage detected