Initial commit: New MoreminiMore website with fresh design
This commit is contained in:
8
node_modules/tinyclip/dist/index.d.ts
generated
vendored
Normal file
8
node_modules/tinyclip/dist/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Reads text from the clipboard.
|
||||
*/
|
||||
export declare function readText(): Promise<string>;
|
||||
/**
|
||||
* Writes text to the clipboard.
|
||||
*/
|
||||
export declare function writeText(text: string): Promise<void>;
|
||||
Reference in New Issue
Block a user