run-time-assertions

Type safe assertions that work just as well in production run-times as they do in testing.

CC0-1.0 License

Downloads
71.1K
Stars
0
Committers
1

run-time-assertions

Type safe assertions that work just as well in production run-times (both frontend and backend) as they do in testing with 100% test coverage.

Docs: https://electrovir.github.io/run-time-assertions

For example, here are some functions that this package exports:

  • assertThrows
  • isInstanceOf
  • isDefined
  • diffObjects
  • assertRunTimeType
  • and many more

install

npm i run-time-assertions