JaeSeoKim / kakao.maps.d.ts

TypeScript Definitions for kakao.maps.* (Kakao(구 Daum) 지도 Web API)
https://apis.map.kakao.com/web/documentation
MIT License
72 stars 13 forks source link

chore: rename Circel.d.ts to Circle.d.ts #12

Closed LireEruel closed 3 months ago

LireEruel commented 4 months ago

클래스 이름이 Circle 이므로 파일 이름도 Circel이 아닌, Circle가 되어야 한다 생각하여 수정하였습니다.

또한 Ellipse.d.ts의 setEllipseOptions에는 세미콜론이 있기 때문에 통일하였습니다.

// Ellipse.d.ts
type setEllipseOptions = Partial<EllipseOptions>;
LireEruel commented 3 months ago

최근 회사에 다니게 되어서 리뷰를 제대로 진행하지 못하였네요.!

https://github.com/JaeSeoKim/kakao.maps.d.ts/blob/09302b118ce2c4a0722d4a761cd9f062639c0f60/%40types/index.d.ts#L35

위 라인도 같이 수정되면 좋을 것 같습니다!

안녕하세요. 리뷰를 너무 늦게 보았네요. 수정하였습니다!

JaeSeoKim commented 3 months ago

v0.1.40 버전으로 배포완료 하였습니다.

LireEruel commented 3 months ago

감사합니다! XD