tcomb
tcomb copied to clipboard
Enums.of type must be Array<string | number>
Version
3.2.29
Problem
Array<string> is not equal Array<string | number>
- https://github.com/gcanti/tcomb/blob/master/docs/API.md#the-of-static-function
(keys: string | Array<string | number>, name?: string) => TcombType and
- https://github.com/gcanti/tcomb/blob/bef7690a072c056a8604efd376fb4c959a407557/index.d.ts#L172-L176
of(enums: Array< string >, name?: string): Enums;