UNPKG

@estarlincito/utils

Version:

A collection of utility functions designed to simplify and speed up development tasks in JavaScript and TypeScript projects.

2 lines (1 loc) 248 B
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./handle-error.cjs"),e=async r=>{try{await navigator.clipboard.writeText(r)}catch{t.handleError("Failed to copy to clipboard")}};exports.clipMaster=e;