UNPKG

@yelon/util

Version:
7 lines (6 loc) 136 B
/** * Copy text to clipboard * * 复制字符串文档至剪贴板 */ export declare function copy(value: string): Promise<string>;