Buckets:

imerfanrajabee's picture
download
raw
448 Bytes
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.isObservable = void 0;
var Observable_1 = require("../Observable");
var isFunction_1 = require("./isFunction");
function isObservable(obj) {
return !!obj && (obj instanceof Observable_1.Observable || (isFunction_1.isFunction(obj.lift) && isFunction_1.isFunction(obj.subscribe)));
}
exports.isObservable = isObservable;
//# sourceMappingURL=isObservable.js.map

Xet Storage Details

Size:
448 Bytes
·
Xet hash:
b4792e3cbeb7befb2eb6dbf7a9139a6a90e9e8b533ea23fe531851be1b88ea02

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.