UNPKG

alpha-version-dce-check-in-ui

Version:

UI for taking attendance and checking people in.

8 lines (7 loc) 180 B
/** * Wait for a certain number of ms * @author Gabe Abrams * @param ms number of ms to wait */ declare const waitMs: (ms?: number) => Promise<unknown>; export default waitMs;