UNPKG

@realitydefender/realitydefender

Version:

SDK for the Reality Defender API for deepfake detection

10 lines (9 loc) 237 B
/** * Async utilities for the SDK */ /** * Sleep for a specified duration * @param ms Milliseconds to sleep * @returns Promise that resolves after the specified duration */ export declare function sleep(ms: number): Promise<void>;