# @promaster-sdk/variant-listing

[![npm version][version-image]][version-url]
[![code style: prettier][prettier-image]][prettier-url]
[![types][types-image]][types-url]
[![MIT license][license-image]][license-url]

Generate list of valid variants

## Introduction

Somtimes you want to generate a list of all valid combination of properties.

## Installation

`npm install --save @promaster-sdk/variant-listing`

The library is compiled to ES5 and no polyfills are required.

## Usage

```js
TODO!
```

[version-image]: https://img.shields.io/npm/v/@promaster-sdk/variant-listing.svg?style=flat
[version-url]: https://www.npmjs.com/package/@promaster-sdk/variant-listing
[prettier-image]: https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat
[prettier-url]: https://github.com/prettier/prettier
[types-image]: https://img.shields.io/npm/types/scrub-js.svg
[types-url]: https://www.typescriptlang.org/
[license-image]: https://img.shields.io/github/license/promaster-sdk/property.svg?style=flat
[license-url]: https://opensource.org/licenses/MIT
