Template Upload
This commit is contained in:
7
node_modules/rxjs/symbol/rxSubscriber.d.ts
generated
vendored
Normal file
7
node_modules/rxjs/symbol/rxSubscriber.d.ts
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
/**
|
||||
* rxSubscriber symbol is a symbol for retreiving an "Rx safe" Observer from an object
|
||||
* "Rx safety" can be defined as an object that has all of the traits of an Rx Subscriber,
|
||||
* including the ability to add and remove subscriptions to the subscription chain and
|
||||
* guarantees involving event triggering (can't "next" after unsubscription, etc).
|
||||
*/
|
||||
export declare const rxSubscriber: any;
|
10
node_modules/rxjs/symbol/rxSubscriber.js
generated
vendored
Normal file
10
node_modules/rxjs/symbol/rxSubscriber.js
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
var SymbolShim_1 = require('../util/SymbolShim');
|
||||
/**
|
||||
* rxSubscriber symbol is a symbol for retreiving an "Rx safe" Observer from an object
|
||||
* "Rx safety" can be defined as an object that has all of the traits of an Rx Subscriber,
|
||||
* including the ability to add and remove subscriptions to the subscription chain and
|
||||
* guarantees involving event triggering (can't "next" after unsubscription, etc).
|
||||
*/
|
||||
exports.rxSubscriber = SymbolShim_1.SymbolShim.for('rxSubscriber');
|
||||
//# sourceMappingURL=rxSubscriber.js.map
|
1
node_modules/rxjs/symbol/rxSubscriber.js.map
generated
vendored
Normal file
1
node_modules/rxjs/symbol/rxSubscriber.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"rxSubscriber.js","sourceRoot":"","sources":["../../../src/symbol/rxSubscriber.ts"],"names":[],"mappings":";AAAA,2BAAyB,oBAAoB,CAAC,CAAA;AAE9C;;;;;GAKG;AACU,oBAAY,GAAG,uBAAU,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC"}
|
Reference in New Issue
Block a user