Searched refs:htmlToPlainText (Results 1 – 7 of 7) sorted by relevance
| /expo/packages/expo-clipboard/src/web/ |
| H A D | ClipboardModule.ts | 13 htmlToPlainText, 52 text = htmlToPlainText(blobText ?? ''); 202 'text/plain': new Blob([htmlToPlainText(htmlString)], { type: 'text/plain' }),
|
| H A D | Utils.ts | 41 export function htmlToPlainText(html: string) { function
|
| /expo/packages/expo-clipboard/build/web/ |
| H A D | ClipboardModule.js | 2 …lipboardAsync, findImageInClipboardAsync, getImageSizeFromBlobAsync, htmlToPlainText, isClipboardP… 31 text = htmlToPlainText(blobText ?? ''); 181 'text/plain': new Blob([htmlToPlainText(htmlString)], { type: 'text/plain' }),
|
| H A D | Utils.d.ts | 10 export declare function htmlToPlainText(html: string): string;
|
| H A D | Utils.js | 37 export function htmlToPlainText(html) { function
|
| H A D | ClipboardModule.js.map | 1 …htmlToPlainText,\n isClipboardPermissionDeniedAsync,\n} from './Utils';\nimport {\n ClipboardIma…
|
| H A D | Utils.js.map | 1 …ring);\n reader.readAsDataURL(blob);\n });\n}\n\nexport function htmlToPlainText(html: string)…
|