mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-13 05:55:26 +00:00
update
This commit is contained in:
12
node_modules/rxjs/operator/let.js
generated
vendored
Normal file
12
node_modules/rxjs/operator/let.js
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
"use strict";
|
||||
/**
|
||||
* @param func
|
||||
* @return {Observable<R>}
|
||||
* @method let
|
||||
* @owner Observable
|
||||
*/
|
||||
function letProto(func) {
|
||||
return func(this);
|
||||
}
|
||||
exports.letProto = letProto;
|
||||
//# sourceMappingURL=let.js.map
|
Reference in New Issue
Block a user