index
:
xmake-docs
docsify
docute
fix-typos
master
vuepress
Forked from https://github.com/xmake-io/xmake-docs
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node_modules
/
param-case
/
param-case.d.ts
blob: 1a4ba2e071f3dd538e888b94c6b1875049ab01d1 (
plain
)
1
2
3
declare function paramCase (value: string, locale?: string): string; export = paramCase;