UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

10 lines (9 loc) 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isProgressLengthComputable = void 0; function isProgressLengthComputable(progress) { return progress.total !== Number.POSITIVE_INFINITY; } exports.isProgressLengthComputable = isProgressLengthComputable;