Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
lib/ | 2024-05-21 17:04 | - | ||
LICENSE | 2024-05-21 17:04 | 1.1K | ||
README.md | 2024-05-21 17:04 | 316 | 595aea1 more query options + view options [كارل مبارك] | |
package.json | 2024-05-21 17:04 | 761 | afd0ccc remove unused [كارل مبارك] |
# @babel/highlight > Syntax highlight JavaScript strings for output in terminals. See our website [@babel/highlight](https://babeljs.io/docs/babel-highlight) for more information. ## Install Using npm: ```sh npm install --save-dev @babel/highlight ``` or using yarn: ```sh yarn add @babel/highlight --dev ```