implemented frontend including separate message system; started to implement backend
This commit is contained in:
11
yjs-poll/node_modules/lib0/symbol.d.ts
generated
vendored
Normal file
11
yjs-poll/node_modules/lib0/symbol.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* Utility module to work with EcmaScript Symbols.
|
||||
*
|
||||
* @module symbol
|
||||
*/
|
||||
/**
|
||||
* Return fresh symbol.
|
||||
*/
|
||||
export const create: SymbolConstructor;
|
||||
export function isSymbol(s: any): boolean;
|
||||
//# sourceMappingURL=symbol.d.ts.map
|
||||
Reference in New Issue
Block a user