eslintwork/node_modules/@babel/highlight
Martin Donnelly 9cbf1eea5b init
2021-06-24 09:26:17 +01:00
..
lib init 2021-06-24 09:26:17 +01:00
node_modules init 2021-06-24 09:26:17 +01:00
LICENSE init 2021-06-24 09:26:17 +01:00
package.json init 2021-06-24 09:26:17 +01:00
README.md init 2021-06-24 09:26:17 +01:00

@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