login/node_modules/@babel/highlight
Rakesh Kumar 807bb60301
Update build files and add node_modules (#54)
* update build files

* add node_modules
2020-09-23 12:15:33 +05:30
..
lib Update build files and add node_modules (#54) 2020-09-23 12:15:33 +05:30
node_modules Update build files and add node_modules (#54) 2020-09-23 12:15:33 +05:30
LICENSE Update build files and add node_modules (#54) 2020-09-23 12:15:33 +05:30
package.json Update build files and add node_modules (#54) 2020-09-23 12:15:33 +05:30
README.md Update build files and add node_modules (#54) 2020-09-23 12:15:33 +05:30

@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