UNPKG

clipboard-polyfill

Version:

A polyfill for the asynchronous clipboard API

3 lines (2 loc) 114 B
export declare function writeText(s: string): Promise<void>; export declare function readText(): Promise<string>;