UNPKG

@millicast/sdk-interactivity

Version:

Dolby Millicast Interactivity SDK

9 lines 370 B
/** * Take a break for a number of seconds. * @param seconds Number of seconds to wait. */ declare const sleep: (seconds: number) => Promise<void>; declare const isNotDefined: (value: string | null | undefined) => boolean; declare const firstOrUndefined: <T>(array: Array<T>) => T; export { sleep, isNotDefined, firstOrUndefined }; //# sourceMappingURL=utils.d.ts.map