UNPKG

petite-utils

Version:

A collection of small util function in JavaScript.

8 lines (7 loc) 174 B
/** * @group 工具函数 * @description copy text * @param text some text you want to copy * @returns */ export declare function copy(text: string): Promise<boolean>;