rxjs-trading-signals
Version:
The user - defined operator helps users quickly output index values. base trading-signals library
10 lines • 406 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.isZero = void 0;
const big_js_1 = __importDefault(require("big.js"));
const isZero = (x) => new big_js_1.default(x).eq(0);
exports.isZero = isZero;
//# sourceMappingURL=isZero.js.map