mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-22 03:05:19 -04:00
fix(commons): Move "wait for other promises to finish" util to commons
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
96b08615e6
commit
d76714f2a2
5 changed files with 3 additions and 14 deletions
|
@ -25,3 +25,5 @@ export { encodeServerVersionUpdatedMessage } from './messages/server-version-upd
|
|||
export { WebsocketTransporter } from './websocket-transporter.js'
|
||||
|
||||
export type { MessageTransporterEvents } from './y-doc-message-transporter.js'
|
||||
|
||||
export { waitForOtherPromisesToFinish } from './utils/wait-for-other-promises-to-finish.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue