projecte_ionic/node_modules/@babel/highlight/README.md
2022-02-09 18:30:03 +01:00

19 lines
319 B
Markdown
Executable file

# @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
```