borders/node_modules/@babel/types
jane 379dcd5440 t 2022-03-22 12:21:16 -04:00
..
lib Initial commit 2022-02-10 01:28:21 -06:00
scripts Initial commit 2022-02-10 01:28:21 -06:00
LICENSE Initial commit 2022-02-10 01:28:21 -06:00
README.md Initial commit 2022-02-10 01:28:21 -06:00
package.json t 2022-03-22 12:21:16 -04:00

README.md

@babel/types

Babel Types is a Lodash-esque utility library for AST nodes

See our website @babel/types for more information or the issues associated with this package.

Install

Using npm:

npm install --save-dev @babel/types

or using yarn:

yarn add @babel/types --dev