Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prettier/prettier
/ rxjs_pipe.js
File
rxjs_pipe.js
tests/format/js/functional-composition/rxjs_pipe.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ range } from
'rxjs/observable/range'
;
2
import
{ map, filter, scan } from
'rxjs/operators'
;
3
4
const
source$ = range(0, 10);
Callers
nothing calls this directly
Calls
2
filter
Function · 0.85
map
Function · 0.85
Tested by
no test coverage detected