UNPKG

screenshot-control-by-akshay

Version:

12 lines (10 loc) 293 B
declare module 'screenshot-control-by-akshay' { /** * Disables screenshot functionality on the device. */ export function disableScreenshot(): void; /** * Enables screenshot functionality on the device. */ export function enableScreenshot(): void; }