index.d.ts 84 B

12
  1. declare function clipboardCopy (text: string): Promise<void>
  2. export = clipboardCopy