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.
1 parent eeb7163 commit ece520bCopy full SHA for ece520b
index.js
@@ -5,5 +5,6 @@ module.exports = {
5
concat: require('./concat'),
6
equals: require('./equals'),
7
fromString: require('./from-string'),
8
- toString: require('./to-string')
+ toString: require('./to-string'),
9
+ xor: require('./xor')
10
}
0 commit comments