Implement.js icon indicating copy to clipboard operation
Implement.js copied to clipboard

Add `exact` and `enum` types

Open Jahans3 opened this issue 5 years ago • 0 comments

Need to add a way of checking for specific values, including enumerations

Something like:

propA: type('enum', ['A', 2, 'C']),
propB: type('exact', 'someSpecificValue');

Jahans3 avatar Jan 07 '20 14:01 Jahans3