You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could be useful for e.g. webservers. Basically like pydantic but for luau (so smth similar to greentea and t). Basically, checks that a value/table matches the expected 'shape'
The text was updated successfully, but these errors were encountered:
Yeah, something like this could potentially be integrated into batteries for now (and eventually be totally standalone) if we expose more of analysis in the runtime and use it to write such a thing, but if it doesn't meaningfully depend on lute, I think it's too broad to belong in the standard library at least.
Could be useful for e.g. webservers. Basically like pydantic but for luau (so smth similar to greentea and t). Basically, checks that a value/table matches the expected 'shape'
The text was updated successfully, but these errors were encountered: