We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d9929c commit 19c6e8cCopy full SHA for 19c6e8c
package.json
@@ -49,22 +49,22 @@
49
".": {
50
"import": "./src/index.js"
51
},
52
- "./compare": {
+ "./compare*": {
53
"import": "./src/compare.js"
54
55
- "./concat": {
+ "./concat*": {
56
"import": "./src/concat.js"
57
58
- "./equals": {
+ "./equals*": {
59
"import": "./src/equals.js"
60
61
- "./from-string": {
+ "./from-string*": {
62
"import": "./src/from-string.js"
63
64
- "./to-string": {
+ "./to-string*": {
65
"import": "./src/to-string.js"
66
67
- "./xor": {
+ "./xor*": {
68
"import": "./src/xor.js"
69
}
70
0 commit comments