| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| lib/ | 2023-06-19 12:50 | - | ||
| node_modules/ | 2023-06-19 12:51 | - | ||
| README.md | 1984-06-22 21:50 | 319 | ||
| LICENSE | 1984-06-22 21:50 | 1.1K | ||
| package.json | 2023-06-19 12:52 | 1.8K |
# @babel/highlight > Syntax highlight JavaScript strings for output in terminals. See our website [@babel/highlight](https://babeljs.io/docs/en/babel-highlight) for more information. ## Install Using npm: ```sh npm install --save-dev @babel/highlight ``` or using yarn: ```sh yarn add @babel/highlight --dev ```