WIP - add extractor, generate snippet_data
This commit is contained in:
9
node_modules/rxjs/_esm2015/internal/util/ObjectUnsubscribedError.js
generated
vendored
Normal file
9
node_modules/rxjs/_esm2015/internal/util/ObjectUnsubscribedError.js
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
function ObjectUnsubscribedErrorImpl() {
|
||||
Error.call(this);
|
||||
this.message = 'object unsubscribed';
|
||||
this.name = 'ObjectUnsubscribedError';
|
||||
return this;
|
||||
}
|
||||
ObjectUnsubscribedErrorImpl.prototype = Object.create(Error.prototype);
|
||||
export const ObjectUnsubscribedError = ObjectUnsubscribedErrorImpl;
|
||||
//# sourceMappingURL=ObjectUnsubscribedError.js.map
|
||||
Reference in New Issue
Block a user