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
allow specifying a function for the message (e970a6d)
assert: use asserts instead of returning the value (5f2daf6)
BREAKING CHANGES
assert:assert no longer returns a value, rather it narrows
the input type. Functions returned by makeAssert maintain the old
behavior of returning the non-falsy input value.
tsconfig: This may break runtimes earlier than Node 14