| 9 | |
| 10 | declare global { |
| 11 | interface Window { |
| 12 | CKEDITOR_GLOBAL_LICENSE_KEY: string; |
| 13 | } |
| 14 | } |
| 15 | |
| 16 | window.CKEDITOR_GLOBAL_LICENSE_KEY = import.meta.env.CKEDITOR_LICENSE_KEY || 'GPL'; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…