mswjs / data

Data modeling and relation library for testing JavaScript applications.

Home Page:https://npm.im/@mswjs/data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecate internal "invariant" in favor of "outvariant"

kettanaito opened this issue · comments

We should use outvariant as a type-safe flexible alternative for the internal invariant. That'd allow us to write invariant messages in a more template-like format since outvariant supports positionals.