This website works better with JavaScript.
홈
탐색
도움말
로그인
CDCC
/
OLAS
보기
3
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
Activity
설명 없음
30
커밋
14
브랜치
트리:
10627d0e72
OLAS
/
node_modules
/
dot-case
/
dot-case.d.ts
dot-case.d.ts
86B
히스토리
Raw
1
2
3
declare
function
dotCase
(
value:
string
, locale?:
string
):
string
;
export
= dotCase;