UNPKG
@oobleck/fluid-backend
Version:
latest (0.1.0-experimental-20210901)
0.1.0-experimental-20210901
Fluid Framework backend for nteract RTC
github.com/alpaix/oobleck
alpaix/oobleck
@oobleck/fluid-backend
/
lib
/
index.js
5 lines
•
168 B
JavaScript
View Raw
1
2
3
4
5
import
{
FluidBackend
}
from
"./services"
;
export
async
function
createRtcBackend
(
/*options*/
) {
return
new
FluidBackend
(); }
//# sourceMappingURL=index.js.map