const PASTE_TEXT_DECODER = new TextDecoder();
export function decodePasteBytes(bytes) {
  return PASTE_TEXT_DECODER.decode(bytes);
}
//# sourceMappingURL=paste.jsx.map
