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