check-error is a tiny utility for asserting that a value is an Error object. Lightweight and fast, it helps ensure your code handles error conditions correctly by providing a simple function that definitively identifies if a given variable is an instance of the JavaScript Error class or a subclass thereof. Useful for validating error responses and simplifying error handling logic.