UNPKG
@ohayojp/util
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Universal toolset of ohayojp.
ohayojp.com
ohayojp/ohayo
@ohayojp/util
/
src
/
other
/
copy.d.ts
5 lines
(4 loc)
•
111 B
TypeScript
View Raw
1
2
3
4
5
/** * 复制字符串文档至剪贴板 */
export
declare
function
copy
(
value
:
string
):
Promise
<
string
>;