UNPKG

clipboard-polyfill

Version:

A polyfill for the asynchronous clipboard API

4 lines (3 loc) 230 B
import { PromiseConstructor } from "../promise/es6-promise"; export declare function setPromiseConstructor(newPromiseConstructorImpl: PromiseConstructor): void; export declare function getPromiseConstructor(): PromiseConstructor;