UNPKG

clipboard-polyfill

Version:

A polyfill for the asynchronous clipboard API

7 lines (6 loc) 291 B
/******** Debug Logging ********/ export declare function debugLog(s: string): void; export declare function setDebugLog(logFn: (s: string) => void): void; export declare function suppressWarnings(): void; export declare function shouldShowWarnings(): boolean; export declare var warn: any;