Files

2 lines
77 B
TypeScript

export type WaitUntilHook = (this: void, promise: Promise<unknown>) => void;