Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
wq dbcaee30a6 Initial commit před 2 roky
..
lib Initial commit před 2 roky
LICENSE Initial commit před 2 roky
README.md Initial commit před 2 roky
package.json Initial commit před 2 roky

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