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
/
services
/
utils.d.ts
2 lines
(1 loc)
•
93 B
TypeScript
View Raw
1
2
export
declare
function
generateUserName
(
connector
?:
string
,
capitalize
?:
boolean
):
string
;