Sven SAULEAU b445b79734 Refactor move docs (#8108) 6 years ago
..
scripts 6a8c4ab433 Make babel-types type checking functions 36% faster (#7685) 6 years ago
src b8dcd6f593 Remove parser support for decorators optional parentheses (#8037) 6 years ago
test ab62a94399 make isReferenced() recognise ObjectTypeProperty (#8060) 6 years ago
.npmignore 7a1ccf076c Misc (#5545) 7 years ago
README.md b445b79734 Refactor move docs (#8108) 6 years ago
package.json 90566103a6 v7.0.0-beta.49 6 years ago

README.md

@babel/types

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

See our website @babel/types for more information.

Install

Using npm:

npm install --save @babel/types

or using yarn:

yarn add --save @babel/types