> For the complete documentation index, see [llms.txt](https://ddzy.gitbook.io/ts-utility-plugins-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ddzy.gitbook.io/ts-utility-plugins-docs/utility/untitled/es6-achieve/_const.md).

# \_const

### 说明

模拟实现 `ES6` 的 `const` 关键字

### 源码

<https://github.com/ddzy/ts-utility-plugins/tree/master/src/ddzy/utility/algorithm/es6-achieve/const>

### 用法

{% code title="\_const.test.ts" %}

```typescript
*
```

{% endcode %}
