# @babel/plugin-syntax-record-and-tuple

> Allow parsing of records and tuples.

See our website [@babel/plugin-syntax-record-and-tuple](https://babeljs.io/docs/en/babel-plugin-syntax-record-and-tuple) for more information.

## Install

Using npm:

```sh
npm install --save-dev @babel/plugin-syntax-record-and-tuple
```

or using yarn:

```sh
yarn add @babel/plugin-syntax-record-and-tuple --dev
```
