Skip to content

Commit ece520b

Browse files
committed
chore: export xor from index
1 parent eeb7163 commit ece520b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ module.exports = {
55
concat: require('./concat'),
66
equals: require('./equals'),
77
fromString: require('./from-string'),
8-
toString: require('./to-string')
8+
toString: require('./to-string'),
9+
xor: require('./xor')
910
}

0 commit comments

Comments
 (0)