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.d.ts
3 lines
(2 loc)
•
127 B
TypeScript
View Raw
1
2
3
import
{
ICollaborationBackend
}
from
"./types"
;
export
declare
function
createRtcBackend
(
):
Promise
<
ICollaborationBackend
>;