()
| 1780 | } |
| 1781 | |
| 1782 | const isIPad = () => { |
| 1783 | const ua = navigator.userAgent |
| 1784 | return (/iPad/.test(ua) || (navigator?.platform === 'MacIntel' && navigator.maxTouchPoints > 1)) |
| 1785 | } |
| 1786 | |
| 1787 | module.exports.getCodeLanguages = () => { |
| 1788 | const codeLanguages = { |
nothing calls this directly
no outgoing calls
no test coverage detected