Await all
This commit is contained in:
parent
e8d86c737b
commit
77e0bb4caf
3 changed files with 9 additions and 9 deletions
|
|
@ -1,3 +1,4 @@
|
|||
import { awaitAll } from "./utils/await-all";
|
||||
import { logToConsole } from "./utils/debugging/log-to-console";
|
||||
import { slowFetchFactory } from "./utils/debugging/slow-fetch-factory";
|
||||
import { slowWebSocketFactory } from "./utils/debugging/slow-web-socket-factory";
|
||||
|
|
@ -41,5 +42,6 @@ export const debugging = {
|
|||
export const utils = {
|
||||
getRandomColor,
|
||||
positionToLineAndColumn,
|
||||
lineAndColumnToPosition
|
||||
lineAndColumnToPosition,
|
||||
awaitAll
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue