Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.04 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.04 KB

@promaster-sdk/variant-listing

npm version code style: prettier types MIT license

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

TODO!