UNPKG

rollun-ts-utils

Version:
4 lines (3 loc) 192 B
declare function copyToClipboard(str: string | Record<string, any> | number): string; export declare function copyToClipboardAsync(str: string): Promise<void>; export default copyToClipboard;