UNPKG

@ohayojp/util

Version:

Universal toolset of ohayojp.

5 lines (4 loc) 111 B
/** * 复制字符串文档至剪贴板 */ export declare function copy(value: string): Promise<string>;