()
| 919 | // END OF SETTINGS |
| 920 | |
| 921 | export const sofficeAvailable = () => { |
| 922 | if (settings.soffice != null) { |
| 923 | return os.type().indexOf('Windows') !== -1 ? 'withoutPDF' : 'yes'; |
| 924 | } else { |
| 925 | return 'no'; |
| 926 | } |
| 927 | }; |
| 928 | |
| 929 | export const exportAvailable = () => sofficeAvailable(); |
| 930 |
no outgoing calls
no test coverage detected