UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

12 lines (11 loc) 446 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isTimeoutError = void 0; var is_custom_error_1 = require("../custom-error/is-custom-error.cjs"); var timeout_error_name_constant_1 = require("./timeout-error-name.constant.cjs"); function isTimeoutError(value) { return (0, is_custom_error_1.isCustomError)(value, timeout_error_name_constant_1.TIMEOUT_ERROR_NAME); } exports.isTimeoutError = isTimeoutError;