We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b5fe1a commit b9cd4edCopy full SHA for b9cd4ed
polyfills/buffer-es6.js
@@ -1979,3 +1979,4 @@ function isSlowBuffer (obj) {
1979
}
1980
1981
export { Buffer, INSPECT_MAX_BYTES, SlowBuffer, isBuffer, _kMaxLength as kMaxLength };
1982
+export default { Buffer, INSPECT_MAX_BYTES, SlowBuffer, isBuffer, kMaxLength: _kMaxLength };
0 commit comments