# sui-polyfills
> Set of polyfills for your app

## Motivation
**sui-polyfills** offers you a list of polyfills used abroad all our projects:
* It uses core-js Standard library: https://github.com/zloirock/core-js
* It doesn't matter the project you're working on, you will know exactly which polyfills you could use.
* Better way to handle and keep polyfills used on our projects.
* Polyfills are global, so your third-party dependencies can use them as well.

## Installation

```sh
npm install @s-ui/polyfills --save
```
