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 df005d7 commit 35b0b14Copy full SHA for 35b0b14
docs/utils/index.js
@@ -1,4 +1,4 @@
1
-conet RX_HYPHENATE = /\B([A-Z])/g
+const RX_HYPHENATE = /\B([A-Z])/g
2
const kebabCase = str => str.replace(RX_HYPHENATE, '-$1').toLowerCase()
3
4
// Parse a fully qualified version from a string
0 commit comments