Sign in
apache
/
incubator-resilientdb-ResContract
/
a38804e78a872ef90e5cbab1c702c7554a393c9b
/
.
/
node_modules
/
rxjs
/
dist
/
esm
/
internal
/
operators
/
mapTo.js
blob: 147161a6d0b9686bb7a1b74c6bbf75b722512ea9 [
file
] [
log
] [
blame
]
import
{
map
}
from
'./map'
;
export
function
mapTo
(
value
)
{
return
map
(()
=>
value
);
}
//# sourceMappingURL=mapTo.js.map