# taeo-utils-library

## Introduction

> 이 래포는 자주쓰이는 여러가지 utils함수를 모음 팩입니다.
>
> This rappo is a pack of various frequently used utils functions.
>
> `taeo` 시리즈 중 utils를 다루고 있는 라이브러리입니다.
>
> This is a library that deals with utils in the `taeo` series.

## Update Schedule

<table><thead><tr><th width="142">일정</th><th width="478">내용</th><th>버전</th></tr></thead><tbody><tr><td>2024.01.19</td><td>초기 버전 출시</td><td>1.0.0</td></tr><tr><td>2024.01.22</td><td><code>date</code> 및 <code>checker</code> 폴더 분리</td><td>1.0.2 - 1.0.9</td></tr><tr><td>2024.01.23</td><td>타입스크립트 적용</td><td>2.0.0</td></tr><tr><td>2024.01.23</td><td><code>form</code>- 핸드폰번호 헬퍼 함수 추가</td><td>2.0.1</td></tr><tr><td>2024.01.26</td><td>한국어의 조사관련 변환 기능 함수 추가</td><td>2.0.4</td></tr><tr><td>2024.01.27</td><td>예외처리 기능 - 한글, 숫자, 알파벳</td><td>2.0.5</td></tr><tr><td>2024.01.29</td><td>숫자 천 단위마다 콤마 찍도록 하는 함수 추가</td><td>2.0.7 - 2.0.8</td></tr><tr><td>2024.01.29</td><td>숫자로된 배열의 합계를 구하는 함수 추가</td><td>2.0.9</td></tr><tr><td>2024.02.01</td><td>빈 배열 또는 빈 객체인지 확인하는 함수 추가</td><td>2.0.10</td></tr><tr><td>2024.02.25</td><td>lodash 모듈 추가 - debounce 기능 구현</td><td>2.0.12</td></tr><tr><td>2024.02.27</td><td>자료구조형 모듈 추가 - 큐 기능, 스택 기능 구현</td><td>2.0.13</td></tr></tbody></table>

## Community

* 이메일을 보내주시거나 이슈를 통해 의견을 주시면 감사하겠습니다.
* Send me an [email](mailto:undefined)(<ohtk1119@gmail.com>) or Contribute on Issues, I glad to hear your suggestion.

## Open Source

`taeo-uitls` is open source and powered by open source software. The code is available on [Github](https://github.com/taetaeo/taeo-utils)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://taeo.gitbook.io/taeo/taeo-utils-library.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
