@marp-team/marp-cli
Version:
A CLI interface for Marp and Marpit based converters
7 lines (6 loc) • 314 B
TypeScript
type WakeLockObject = EventTarget | null;
export declare const wakeLockApi: any;
export declare const requestWakeLock: () => Promise<WakeLockObject>;
export declare const _clearCachedWakeLockApi: () => void;
declare const bespokeWakeLock: () => Promise<WakeLockObject | undefined>;
export default bespokeWakeLock;