This module can help you to easily copy text to the clipboard.
It supports both JS and TS.
example:
importexecCopyfrom"you-clipboard";execCopy("Hello, World!");// you can also bind it with a callbackexecCopy("Hello, World!",()=>{alert("Copied successfully!");});