1.2.0 • Published 1 month ago

run-time-assertions v1.2.0

Weekly downloads
-
License
(MIT or CC0 1.0)
Repository
github
Last release
1 month ago

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