urltomarkdown/node_modules/@babel/highlight
Lee Hanken 209908a1dc update dependencies, include additional CORS header 2024-04-22 12:47:34 +01:00
..
lib update dependencies, include additional CORS header 2024-04-22 12:47:34 +01:00
node_modules added unit tests 2022-12-23 12:03:25 +00:00
LICENSE update dependencies, include additional CORS header 2024-04-22 12:47:34 +01:00
README.md update dependencies, include additional CORS header 2024-04-22 12:47:34 +01:00
package.json update dependencies, include additional CORS header 2024-04-22 12:47:34 +01:00

README.md

@babel/highlight

Syntax highlight JavaScript strings for output in terminals.

See our website @babel/highlight for more information.

Install

Using npm:

npm install --save-dev @babel/highlight

or using yarn:

yarn add @babel/highlight --dev