# @requestnetwork/multi-format

`@requestnetwork/multi-format` is a typescript library part of the [Request Network protocol](https://github.com/RequestNetwork/requestNetwork).
It allows to serialize and deserialize object in the Request Network protocol.

## Installation

```bash
npm install @requestnetwork/multi-format
```

## Usage

```javascript
import * as MultiFormat from '@requestnetwork/multi-format';
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
[Read the contributing guide](/CONTRIBUTING.md)

## License

[MIT](/LICENSE)
