leafo / tableshape

Test the shape or structure of a Lua table, inspired by React.PropTypes & LPeg
111 stars 9 forks source link

Added OptionalType which contains all the optional value functionality #5

Closed jvprat closed 7 years ago

jvprat commented 8 years ago

I've factored out the optional functionality into its own wrapper type. It can be transparently applied to any type, so there's no more need to have checks for optional on every type.

jvprat commented 8 years ago

I've added support for the optional option again but I don't know if this implementation is too intrusive.

leafo commented 7 years ago

sorry about the delay, looks fine!