This website works better with JavaScript.
Home
Explore
Help
Sign In
CDCC
/
OLAS
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
No Description
14
Commits
14
Branches
Tree:
76cc344e47
OLAS
/
node_modules
/
path-case
/
path-case.d.ts
path-case.d.ts
88B
History
Raw
1
2
3
declare
function
pathCase
(
value:
string
, locale?:
string
):
string
;
export
= pathCase;