Open adriangb opened 5 months ago
Also add some overloads to Meta to make it more type safe so e.g. Meta(gt=0, pattern=r'abc') is not allowed
Meta(gt=0, pattern=r'abc')
Also add some overloads to Meta to make it more type safe so e.g.
Meta(gt=0, pattern=r'abc')
is not allowed