From 6555fb80fdd8f6a5d201efadec3189d1244830a0 Mon Sep 17 00:00:00 2001 From: Nevena Bojovic Date: Tue, 1 Mar 2022 22:05:25 +0100 Subject: Izbrisala bin, obj i node-modules. --- .../node_modules/rxjs/internal/operators/timestamp.js | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 sandbox/testAppNevena/Front/node_modules/rxjs/internal/operators/timestamp.js (limited to 'sandbox/testAppNevena/Front/node_modules/rxjs/internal/operators/timestamp.js') diff --git a/sandbox/testAppNevena/Front/node_modules/rxjs/internal/operators/timestamp.js b/sandbox/testAppNevena/Front/node_modules/rxjs/internal/operators/timestamp.js deleted file mode 100644 index 52bb2798..00000000 --- a/sandbox/testAppNevena/Front/node_modules/rxjs/internal/operators/timestamp.js +++ /dev/null @@ -1,18 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -var async_1 = require("../scheduler/async"); -var map_1 = require("./map"); -function timestamp(scheduler) { - if (scheduler === void 0) { scheduler = async_1.async; } - return map_1.map(function (value) { return new Timestamp(value, scheduler.now()); }); -} -exports.timestamp = timestamp; -var Timestamp = (function () { - function Timestamp(value, timestamp) { - this.value = value; - this.timestamp = timestamp; - } - return Timestamp; -}()); -exports.Timestamp = Timestamp; -//# sourceMappingURL=timestamp.js.map \ No newline at end of file -- cgit v1.2.3