@lifaon/rx-js-light
Version:
Blazing fast Observables
13 lines (12 loc) • 379 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.timeoutCN = void 0;
var timeout_with_complete_notification_1 = require("./timeout-with-complete-notification.cjs");
Object.defineProperty(exports, "timeoutCN", {
enumerable: true,
get: function () {
return timeout_with_complete_notification_1.timeoutWithCompleteNotification;
}
});