{"version":3,"names":["PASTE_TEXT_DECODER","TextDecoder","decodePasteBytes","bytes","decode"],"sources":["paste.ts"],"sourcesContent":["export type PasteKind = \"text\" | \"binary\" | \"unknown\";\n\nexport interface PasteMetadata {\n\tkind?: PasteKind;\n\tmimeType?: string;\n}\n\nconst PASTE_TEXT_DECODER = new TextDecoder();\n\nexport function decodePasteBytes(bytes: Uint8Array): string {\n\treturn PASTE_TEXT_DECODER.decode(bytes);\n}\n"],"mappings":"AAOA,MAAMA,kBAAkB,GAAG,IAAIC,WAAW,CAAC,CAAC;AAE5C,OAAO,SAASC,gBAAgBA,CAACC,KAAiB,EAAU;EAC3D,OAAOH,kBAAkB,CAACI,MAAM,CAACD,KAAK,CAAC;AACxC","ignoreList":[]}