We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe1bbb5 commit 3e1f0abCopy full SHA for 3e1f0ab
1 file changed
src/Node/Encoding.js
@@ -4,8 +4,8 @@
4
5
// module Node.Encoding
6
7
-exports.byteLength = function (str) {
8
- return function (enc) {
9
- return Buffer.byteLength(str, enc);
+exports.byteLengthImpl = function (str) {
+ return function (enc) {
+ return Buffer.byteLength(str, enc);
10
};
11
0 commit comments