urltomarkdown/node_modules/@babel/highlight
Lee Hanken ca3866eae3 added unit tests 2022-12-23 12:03:25 +00:00
..
lib added unit tests 2022-12-23 12:03:25 +00:00
node_modules added unit tests 2022-12-23 12:03:25 +00:00
LICENSE added unit tests 2022-12-23 12:03:25 +00:00
README.md added unit tests 2022-12-23 12:03:25 +00:00
package.json added unit tests 2022-12-23 12:03:25 +00: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