DUtils/node_modules/@babel/highlight
KeiferJu 5799020e30 first commit 2022-03-24 13:36:08 +08:00
..
lib first commit 2022-03-24 13:36:08 +08:00
LICENSE first commit 2022-03-24 13:36:08 +08:00
README.md first commit 2022-03-24 13:36:08 +08:00
package.json first commit 2022-03-24 13:36:08 +08: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