Diese Webseite funktioniert besser mit JavaScript.
Startseite
Erkunden
Hilfe
Anmelden
CDCC
/
OLAS
Beobachten
3
Favorisieren
0
Fork
0
Code
Issues
0
Pull-Requests
0
Releases
0
Wiki
Aktivität
Keine Beschreibung
42
Commits
14
Branches
Struktur:
8617bc32f7
OLAS
/
node_modules
/
dot-case
/
dot-case.d.ts
dot-case.d.ts
86B
Verlauf
Originalformat
1
2
3
declare
function
dotCase
(
value:
string
, locale?:
string
):
string
;
export
= dotCase;