🌐 AI搜索 & 代理 主页
Skip to content

Commit 35b0b14

Browse files
authored
Update index.js
1 parent df005d7 commit 35b0b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/utils/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
conet RX_HYPHENATE = /\B([A-Z])/g
1+
const RX_HYPHENATE = /\B([A-Z])/g
22
const kebabCase = str => str.replace(RX_HYPHENATE, '-$1').toLowerCase()
33

44
// Parse a fully qualified version from a string

0 commit comments

Comments
 (0)