MCPcopy Create free account
hub / github.com/ckeditor/ckeditor5-react / Window

Interface Window

vitest-setup.ts:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10declare global {
11 interface Window {
12 CKEDITOR_GLOBAL_LICENSE_KEY: string;
13 }
14}
15
16window.CKEDITOR_GLOBAL_LICENSE_KEY = import.meta.env.CKEDITOR_LICENSE_KEY || 'GPL';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…