UNPKG

clipboard-polyfill

Version:

A polyfill for the asynchronous clipboard API

4 lines (3 loc) 155 B
export declare function seemToBeInIE(): boolean; export declare function writeTextIE(text: string): boolean; export declare function readTextIE(): string;