We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
txt
1 parent 5aebb85 commit 8e6d91cCopy full SHA for 8e6d91c
index.js
@@ -15,7 +15,7 @@ const NOT_FLUSH_MASK = ~FLUSH_MASK
15
const QU_MASK = 1 << 15
16
const NOT_QU_MASK = ~QU_MASK
17
18
-const name = exports.txt = exports.name = {}
+const name = exports.name = {}
19
20
name.encode = function (str, buf, offset) {
21
if (!buf) buf = Buffer.alloc(name.encodingLength(str))
0 commit comments