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
3
Commits
14
Branches
Tree:
4564da0130
OLAS
/
node_modules
/
dot-case
/
dot-case.d.ts
dot-case.d.ts
86B
History
Raw
1
2
3
declare
function
dotCase
(
value:
string
, locale?:
string
):
string
;
export
= dotCase;